Skip to content

Commit

Permalink
Improve install speed for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Jun 29, 2024
1 parent d3d7a05 commit a427fcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox-integration.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ isolated_build = True
[testenv]
allowlist_externals =
docker
uv
basepython = python3.11
install_command = uv pip install {opts} {packages} -c constraints.txt
passenv = DOCKER_TLS_VERIFY,DOCKER_HOST,DOCKER_CERT_PATH,DOCKER_BUILDKIT
setenv =
TEST_HOST = http://localhost:5003
Expand Down

0 comments on commit a427fcc

Please sign in to comment.