mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 02:08:54 +00:00
pytest: use [pytest] section in setup.cfg
[tool:pytest] only works for pytest >= 3.0.
This commit is contained in:
parent
d23dbb47ba
commit
acc44a1c57
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
[tool:pytest]
|
||||
[pytest]
|
||||
python_files = testsuite/*.py
|
||||
|
||||
[flake8]
|
||||
|
|
Loading…
Reference in a new issue