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 9361b57 commit 0f027b9Copy full SHA for 0f027b9
tox.ini
@@ -24,6 +24,7 @@ envlist =
24
py311-dev
25
pypy36
26
pypy37
27
+ pypy38
28
mypy
29
build
30
skip_missing_interpreters = True
@@ -149,6 +150,9 @@ package = flake8_sphinx_links
149
150
[pytest]
151
addopts = --color yes --durations 25
152
timeout = 300
153
+filterwarnings =
154
+ error
155
+ ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning
156
157
[testenv:lint]
158
basepython = python3.6
0 commit comments