Skip to content

Commit

Permalink
chore: ignore cgi deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
winged committed Jan 30, 2024
1 parent 08a1fde commit 6af6fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ filterwarnings = [
"error::DeprecationWarning",
"error::PendingDeprecationWarning",
"ignore:The 'arrayconnection' module is deprecated:DeprecationWarning", # deprecation in graphene
"ignore:'cgi' is deprecated:DeprecationWarning",
"ignore:distutils Version classes are deprecated:DeprecationWarning", # deprecation in pytest-freezegun
"ignore:'django_extensions' defines default_app_config:PendingDeprecationWarning", # deprecation in django_extensions
"ignore::requests.packages.urllib3.exceptions.InsecureRequestWarning", # MinIO tests do "insecure" requests - that's ok
Expand Down

0 comments on commit 6af6fd9

Please sign in to comment.