Skip to content

Commit

Permalink
Add filterwarning for usage of deprecated cgi module
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Jan 18, 2024
1 parent 5c353e4 commit e7585fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ filterwarnings = [
"ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pkg_resources",
"ignore:^Deprecated call to .pkg_resources\\.declare_namespace\\('.*'\\).\\.:DeprecationWarning:pkg_resources",
"ignore:^pkg_resources is deprecated as an API.:DeprecationWarning:pyramid",
# https://github.com/webpy/webpy/issues/732
"ignore:^\\'cgi\\' is deprecated and slated for removal in Python 3\\.13:DeprecationWarning:webob",

]

[tool.hdev]
Expand Down

0 comments on commit e7585fd

Please sign in to comment.