ソースを参照

Ignore some warning from thirdparty libs

master
Michael van Tellingen 8年前
コミット
a522060f38
1個のファイルの変更4行の追加1行の削除
  1. 4
    1
      setup.cfg

+ 4
- 1
setup.cfg ファイルの表示

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

読み込み中…
キャンセル
保存