Skip to content

Commit

Permalink
Ignore warning only for flake8
Browse files Browse the repository at this point in the history
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
  • Loading branch information
takluyver and jaraco authored Jul 31, 2021
1 parent 834b372 commit 02568d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ xfail_strict = True
junit_family = xunit2
filterwarnings =
error
ignore:SelectableGroups dict interface is deprecated\. Use select\.:DeprecationWarning
# Suppress deprecation warning in flake8
ignore:SelectableGroups dict interface is deprecated::flake8

0 comments on commit 02568d8

Please sign in to comment.