pytest: use [pytest] section in setup.cfg

[tool:pytest] only works for pytest >= 3.0.
This commit is contained in:
Thomas Waldmann 2017-02-04 00:54:15 +01:00
parent d23dbb47ba
commit acc44a1c57
1 changed files with 1 additions and 1 deletions

View File

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