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 ed9685c commit 75a892fCopy full SHA for 75a892f
tox.ini
@@ -179,6 +179,9 @@ package = flake8_slots
179
[pytest]
180
addopts = --color yes --durations 25
181
timeout = 300
182
+filterwarnings =
183
+ error
184
+ ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
185
186
[dep_checker]
187
allowed_unused = flake8
0 commit comments