We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0571c8a commit a7d1dd3Copy full SHA for a7d1dd3
tox.ini
@@ -206,7 +206,9 @@ package = coverage_pyver_pragma
206
[pytest]
207
addopts = --color yes --durations 25
208
timeout = 300
209
-filterwarnings = error
+filterwarnings =
210
+ error
211
+ ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
212
213
[testenv:coverage]
214
basepython = python3.8
0 commit comments