Skip to content

Commit 0b099c2

Browse files
author
Boris Pleshakov
committed
f ignore deprecation warning
1 parent 49c479e commit 0b099c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
22
DJANGO_SETTINGS_MODULE=example.settings.test
33
filterwarnings =
4-
error::DeprecationWarning
5-
error::PendingDeprecationWarning
4+
ignore::DeprecationWarning
5+
ignore::PendingDeprecationWarning

0 commit comments

Comments
 (0)