Explorar el Código

setup.cfg: fix pytest deprecation warning, fixes #2050

Thomas Waldmann hace 8 años
padre
commit
dedc4c0695
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

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