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 c6098ef commit 4584f3bCopy full SHA for 4584f3b
tox.ini
@@ -184,6 +184,9 @@ package = domdf_python_tools
184
[pytest]
185
addopts = --color yes --durations 25
186
timeout = 300
187
+filterwarnings =
188
+ error
189
+ ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
190
191
[testenv]
192
setenv =
0 commit comments