This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
mirrors
/
borg
mirror da
https://github.com/borgbackup/borg
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
setup.cfg: fix pytest deprecation warning, fixes
#2050
Thomas Waldmann
8 anni fa
parent
32e58e88e6
commit
dedc4c0695
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
setup.cfg
+ 1
- 1
setup.cfg
Vedi File
@@ -1,4 +1,4 @@
-[pytest]
+[
tool:
pytest]
python_files = testsuite/*.py
[flake8]