Skip to content

Commit

Permalink
Disable deprecation warnings of asyncio library for Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Jan 7, 2019
1 parent fe56caa commit 077ba4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ order_by_type = true

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

0 comments on commit 077ba4d

Please sign in to comment.