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 026294c commit e49bc1cCopy full SHA for e49bc1c
tox.ini
@@ -26,11 +26,14 @@ extras =
26
27
commands =
28
pip freeze
29
+ # Ignore directly running tests in `skip_some.rst` with remote-data as there are some artifical failures included in there.
30
+ pytest {toxinidir}/tests --ignore={toxinidir}/tests/docs/skip_some.rst --doctest-plus --doctest-rst --remote-data {posargs}
31
pytest {toxinidir}/tests {posargs}
32
pytest {toxinidir}/tests --doctest-plus {posargs}
33
pytest {toxinidir}/tests --doctest-plus --doctest-rst {posargs}
34
pytest {toxinidir}/tests --doctest-plus --doctest-rst --text-file-format=tex {posargs}
35
36
+
37
[testenv:codestyle]
38
changedir =
39
skip_install = true
0 commit comments