FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 49b39f01 authored by Mike Knee's avatar Mike Knee
Browse files

Pin tox version and update pipeline versions

parent 70299f11
No related branches found
No related tags found
1 merge request!40Add smoke test scripts to manually check functionality during updates
Pipeline #376577 waiting for manual action
......@@ -6,12 +6,12 @@ include:
# Overrides to AutoDevOps for testing
- project: "uis/devops/continuous-delivery/ci-templates"
ref: "1.7.3"
ref: "v2.6.2"
file: "/auto-devops/tox-tests.yml"
# Allow publishing to pypi
- project: "uis/devops/continuous-delivery/ci-templates"
ref: "1.7.3"
ref: "v2.6.2"
file: "/pypi-release.yml"
variables:
......
......@@ -55,7 +55,7 @@ ADD . .
COPY --from=builder /generated/identitylib /usr/src/lib/identitylib
RUN pip install --upgrade pip
RUN pip install tox
RUN pip install tox==4.6.4
RUN pip install -r requirements.txt
# Build the distribution and move to the root of the filesysteem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment