Skip to content

Commit c126a09

Browse files
authored
Merge pull request #2404 from bsipocz/gha_fix_predeps
Fix predeps test job
2 parents b2bd214 + 6b5bc9f commit c126a09

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

tox.ini

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,9 @@ commands =
5151
cov: pytest --pyargs astroquery {toxinidir}/docs --ignore={toxinidir}/docs/gallery* --cov astroquery --cov-config={toxinidir}/setup.cfg {posargs}
5252
cov: coverage xml -o {toxinidir}/coverage.xml
5353

54-
[testenv:predeps]
55-
description = run tests with pre-releases
56-
pip_pre = True
57-
58-
deps = {[testenv]deps}
59-
passenv = {[testenv]passenv}
60-
pypi_filter = {[testenv]pypi_filter}
61-
changedir = {[testenv]changedir}
62-
extras = {[testenv]extras}
63-
commands = {[testenv]commands}
64-
54+
pip_pre =
55+
predeps: true
56+
!predeps: false
6557

6658
[testenv:codestyle]
6759
changedir = {toxinidir}

0 commit comments

Comments
 (0)