diff --git a/Dockerfile.test b/Dockerfile.test index 67566f5b..4e72c01b 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -1,4 +1,4 @@ -FROM gcr.io/eng-infrastructure/rxrx-pyenv as test +FROM us-central1-docker.pkg.dev/eng-ops-b1bb36c9/container-images/rxrx-pyenv:v2025.03.01 as test ENV LC_ALL=C.UTF-8 ENV LANG=C.UTF-8 diff --git a/tox.ini b/tox.ini index 3d7e690a..3b0ce8ec 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [tox] envlist = py3{10}, report +requires = keyrings.google-artifactregistry-auth [testenv] commands = pytest @@ -12,7 +13,7 @@ install_command = python -m pip install -U {opts} {packages} --find-links https://data.pyg.org/whl/torch-2.1.2+cpu.html deps = py310: -r requirements/dev-3.10.txt - +passenv = GOOGLE_APPLICATION_CREDENTIALS [testenv:report] deps = coverage @@ -32,3 +33,4 @@ deps = black skip_install = true commands = pre-commit run --all-files --show-diff-on-failure +