Skip to content

Commit 9670e28

Browse files
committed
[GR-75506] Remove hardcoded tox PyPI mirror
1 parent 21df2c0 commit 9670e28

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

  • graalpython/com.oracle.graal.python.test/src/tox/leftpad

graalpython/com.oracle.graal.python.test/src/tox/leftpad/tox.ini

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ commands =
99

1010
[testenv:graalpy]
1111
basepython=graalpy
12-
setenv=
13-
PIP_INDEX_URL=https://ol-graal.oraclecorp.com/nexus-cache/repository/pypi-proxy/simple/
14-
PIP_TRUSTED_HOST=ol-graal.oraclecorp.com
15-
passenv = GRAALPY_LEFTPAD_FAIL,GRAAL_PYTHON_ARGS,GRAAL_PYTHON_VM_ARGS
12+
passenv =
13+
GRAALPY_LEFTPAD_FAIL
14+
GRAAL_PYTHON_ARGS
15+
GRAAL_PYTHON_VM_ARGS
16+
PIP_EXTRA_INDEX_URL
17+
PIP_INDEX_URL
18+
PIP_RETRIES
19+
PIP_TIMEOUT
20+
PIP_TRUSTED_HOST

0 commit comments

Comments
 (0)