Skip to content
Snippets Groups Projects

Ignore warnings about pkg_resources in tests

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -19,4 +19,5 @@ source = ["gwdatafind"]
addopts = "-r a --color=yes"
filterwarnings = [
"error",
"ignore:.*pkg_resources"
]
Loading