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

pyproject.toml: ignore warnings about pkg_resources

we don't use it, but it is now deprecated
parent e9403bcc
No related branches found
No related tags found
No related merge requests found
Pipeline #552105 failed
......@@ -19,4 +19,5 @@ source = ["gwdatafind"]
addopts = "-r a --color=yes"
filterwarnings = [
"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