12 lines
212 B
Text
12 lines
212 B
Text
|
Newer setuptools requires tools:pytest
|
||
|
|
||
|
Index: setup.cfg
|
||
|
--- setup.cfg.orig
|
||
|
+++ setup.cfg
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-[pytest]
|
||
|
+[tools:pytest]
|
||
|
minversion = 2.6
|
||
|
strict = true
|
||
|
norecursedirs = .* build dist test_data *.egg
|