Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Sep 8, 2023
1 parent e5629ab commit fc5a089
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,13 @@ testpaths = ["rdmo"]
python_files = "test_*[!.txt].py"
pythonpath = [".", "testing"]
addopts = "-p no:randomly"
filterwarnings = [
"error::django.utils.deprecation.RemovedInDjango50Warning",
# "error::django.utils.deprecation.RemovedInDjango51Warning",
# from coreapi 2.3.3
"ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning"
]

[tool.coverage.run]
source = ["rdmo"]
Expand Down

0 comments on commit fc5a089

Please sign in to comment.