Use internal PyPI proxy for integration test dependencies
This commit is contained in:
@@ -35,7 +35,7 @@ kics:
|
|||||||
image: deps.global.bsf.tools/docker/python:3.12-slim
|
image: deps.global.bsf.tools/docker/python:3.12-slim
|
||||||
timeout: 10m
|
timeout: 10m
|
||||||
before_script:
|
before_script:
|
||||||
- pip install httpx
|
- pip install --index-url "$PIP_INDEX_URL" httpx
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
python - <<'PYTEST_SCRIPT'
|
python - <<'PYTEST_SCRIPT'
|
||||||
|
|||||||
Reference in New Issue
Block a user