diff options
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 |