Explorar el Código

pytest: use [pytest] section in setup.cfg

[tool:pytest] only works for pytest >= 3.0.
Thomas Waldmann hace 8 años
padre
commit
acc44a1c57
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -1,4 +1,4 @@
-[tool:pytest]
+[pytest]
 python_files = testsuite/*.py
 
 [flake8]