Sfoglia il codice sorgente

Ignore some warning from thirdparty libs

master
Michael van Tellingen 8 anni fa
parent
commit
a522060f38
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4
    1
      setup.cfg

+ 4
- 1
setup.cfg Vedi File

1
 [bdist_wheel]
1
 [bdist_wheel]
2
 universal=1
2
 universal=1
3
 
3
 
4
-[pytest]
4
+[tool:pytest]
5
 python_files=test_*.py *tests.py
5
 python_files=test_*.py *tests.py
6
 testpaths = tests/
6
 testpaths = tests/
7
+filterwarnings = 
8
+    ignore:.*is deprecated.*:Warning:django_webtest.middleware
9
+    ignore::DeprecationWarning:sorl.thumbnail.base
7
 
10
 
8
 [flake8]
11
 [flake8]
9
 exclude = migrations
12
 exclude = migrations

Loading…
Annulla
Salva