Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove filtered warning after fixed dependency released #74

Merged
merged 3 commits into from Oct 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions pytest.ini
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