Skip to content
Snippets Groups Projects
Unverified Commit 96a8148b authored by Duncan Macleod's avatar Duncan Macleod
Browse files

pyproject.toml: ignore warnings from pkg_resources

parent a822cba0
No related branches found
No related tags found
1 merge request!75Differentiate between HTTP errors 401 and 403 when authorising requests
...@@ -35,4 +35,5 @@ precision = 1 ...@@ -35,4 +35,5 @@ precision = 1
addopts = "-r a" addopts = "-r a"
filterwarnings = [ filterwarnings = [
"error", "error",
"ignore:.*pkg_resources",
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment