Skip to content

Commit

Permalink
Adjust tox to make some tests somewhat faster
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Oct 25, 2024
1 parent c252286 commit b5b56ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skip_missing_interpreters = true
toxworkdir = {toxinidir}/build/tox

[testenv]
passenv = PYTEST_*,COVERAGE_*,DICOMWEB_TEST_URL,DICOMWEB_TEST_TOKEN,GIRDER_BUILD_OPTIONS,PIP_*,CFLAGS
passenv = PYTEST_*,COVERAGE_*,DICOMWEB_TEST_*,REDIS_TEST_*,GIRDER_BUILD_OPTIONS,PIP_*,CFLAGS
extras =
memcached
redis
Expand Down Expand Up @@ -61,6 +61,8 @@ setenv =
# Versions that do have all tile sources. Using the requirements-dev.txt file
# installs in editable mode, which then includes results in coverage.
[testenv:test-py{38,39,310,311,312,313}]
# Don't package for tests where we use editable modes
package=skip
passenv = {[testenv:test]passenv}
deps =
-rrequirements-dev.txt
Expand Down

0 comments on commit b5b56ae

Please sign in to comment.