diff options
author | John Hixson <jhixson@FreeBSD.org> | 2024-06-29 11:02:27 -0700 |
---|---|---|
committer | John Hixson <jhixson@FreeBSD.org> | 2024-06-29 11:05:16 -0700 |
commit | 909ff563747eb9b6bcee7383e95356bac5184504 (patch) | |
tree | eb50b2499542cd6f461c4de2d7b7b38bf611ea4a /net/py-zeroconf/files/patch-Makefile | |
parent | emulators/wine-devel: Configure --without-odbc (diff) |
net/py-zeroconf: update to version 0.132.2
Diffstat (limited to 'net/py-zeroconf/files/patch-Makefile')
-rw-r--r-- | net/py-zeroconf/files/patch-Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/py-zeroconf/files/patch-Makefile b/net/py-zeroconf/files/patch-Makefile new file mode 100644 index 000000000000..c8142d918f53 --- /dev/null +++ b/net/py-zeroconf/files/patch-Makefile @@ -0,0 +1,8 @@ +--- Makefile.orig 2024-04-13 00:41:48 UTC ++++ Makefile +@@ -2,4 +2,4 @@ test: + + + test: +- poetry run pytest --durations=20 --timeout=60 -v tests ++ poetry run pytest tests |