Skip to content

Commit

Permalink
Disable deprecation warnings of 3rd party libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Jan 7, 2019
1 parent 3293e38 commit fe56caa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ known_first_party = saltyrtc
line_length = 90
multi_line_output = 3
order_by_type = true

[tool:pytest]
filterwarnings =
ignore:'with \(yield from lock\)' is deprecated.*:DeprecationWarning
ignore:.*instead of from 'collections.abc' is deprecated.*:DeprecationWarning

0 comments on commit fe56caa

Please sign in to comment.