Skip to content

Commit

Permalink
🔇 py.test: Filter all DeprecationWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 28, 2018
1 parent 895ae3e commit 6b931e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ ignore = E111,

[tool:pytest]
filterwarnings =
ignore::DeprecationWarning:mongoengine.document:436
ignore::DeprecationWarning:mongoengine.queryset.base:401
ignore::DeprecationWarning:mongoengine.queryset.base:485
ignore:.* is deprecated.*:DeprecationWarning

[isort]
combine_as_imports= true
Expand Down

0 comments on commit 6b931e3

Please sign in to comment.