Skip to content

Commit

Permalink
Delete now superfluous filterwarnings (ansible#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegenberg authored Apr 29, 2022
1 parent 4c3d503 commit e52dfe3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ filterwarnings =
# Ref: /~https://github.com/ansible-community/ansible-lint/pull/734
ignore:the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses:DeprecationWarning:ansible.plugins.loader

# TODO: delete the following ignores once Ansible gets rid of direct
# imports from `collections`
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working:DeprecationWarning
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working:DeprecationWarning
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working:DeprecationWarning
junit_duration_report = call
# Our github annotation parser from .github/workflows/tox.yml requires xunit1 format. Ref:
# /~https://github.com/shyim/junit-report-annotations-action/issues/3#issuecomment-663241378
Expand Down

0 comments on commit e52dfe3

Please sign in to comment.