Skip to content

Commit

Permalink
Remove filtered warning after fixed dependency released (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: Mariatta Wijaya <[email protected]>
  • Loading branch information
hugovk and Mariatta authored Oct 4, 2022
1 parent b68184f commit 2c1f6b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@ norecursedirs = dist docs build .git .eggs .tox
addopts = --durations=10 -v -rxXs --doctest-modules
filterwarnings =
error
# 3.11: Pending release of https://github.com/certifi/python-certifi/pull/199
ignore:path is deprecated. Use files\(\) instead.*:DeprecationWarning
# 3.11: Pending release of https://github.com/brettcannon/gidgethub/pull/185
ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
junit_duration_report = call
junit_suite_name = cherry_picker_test_suite

0 comments on commit 2c1f6b9

Please sign in to comment.