This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
borg
mirror of
https://github.com/borgbackup/borg
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
setup.cfg: fix pytest deprecation warning, fixes
#2050
Thomas Waldmann
8 years ago
parent
32e58e88e6
commit
dedc4c0695
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
setup.cfg
+ 1
- 1
setup.cfg
View File
@@ -1,4 +1,4 @@
-[pytest]
+[
tool:
pytest]
python_files = testsuite/*.py
python_files = testsuite/*.py
[flake8]
[flake8]