ports/devel/py-fields/patches/patch-setup_cfg

15 lines
275 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Fix usage of py-test
Index: setup.cfg
--- setup.cfg.orig
+++ setup.cfg
@@ -8,7 +8,7 @@ release = register clean --all sdist bdist_wheel
max-line-length = 140
exclude = tests/*,*/migrations/*,*/south_migrations/*
-[pytest]
+[tools:pytest]
norecursedirs =
.git
.tox