Skip to content

Commit

Permalink
Prefer our package index server
Browse files Browse the repository at this point in the history
when running tests with tox that install dependencies from
requirements.txt files.

Workaround for astral-sh/uv#7496 .
  • Loading branch information
nsoranzo committed Dec 8, 2024
1 parent 73ce5b8 commit 2666c2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ setenv =
first_startup: GALAXY_CONFIG_DATABASE_AUTO_MIGRATE=true
mulled: marker=external_dependency_management
mulled,unit: GALAXY_VIRTUAL_ENV={envdir}
mypy,test_galaxy_packages,test_galaxy_packages_for_pulsar: PIP_INDEX_URL=https://wheels.galaxyproject.org/simple
mypy,test_galaxy_packages,test_galaxy_packages_for_pulsar: PIP_EXTRA_INDEX_URL=https://pypi.python.org/simple
unit: GALAXY_ENABLE_BETA_COMPRESSED_GENBANK_SNIFFING=1
unit: marker=not external_dependency_management
deps =
Expand Down

0 comments on commit 2666c2c

Please sign in to comment.