Skip to content

Commit e49bc1c

Browse files
committed
Adding remote-data test to CI
1 parent 026294c commit e49bc1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@ extras =
2626

2727
commands =
2828
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}
2931
pytest {toxinidir}/tests {posargs}
3032
pytest {toxinidir}/tests --doctest-plus {posargs}
3133
pytest {toxinidir}/tests --doctest-plus --doctest-rst {posargs}
3234
pytest {toxinidir}/tests --doctest-plus --doctest-rst --text-file-format=tex {posargs}
3335

36+
3437
[testenv:codestyle]
3538
changedir =
3639
skip_install = true

0 commit comments

Comments
 (0)