Skip to content

Commit e7eddac

Browse files
committed
Update Cypress; Update Python packaging tool
1 parent ec52ebf commit e7eddac

File tree

9 files changed

+11
-8
lines changed

9 files changed

+11
-8
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
9.7.4 Update Cypress
4+
Update Python dependencies and packaging tools
5+
36
9.7.3 Update Python dependencies and packaging tools
47

58
9.7.2 Apply Django security update

Jenkinsfile.dc2.demo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
stage('Demo: Cypress tests') {
1717
agent {
1818
docker {
19-
image 'cypress/included:13.17.0'
19+
image 'cypress/included:14.1.0'
2020
args '--add-host app-dc2-tmpo-d0.epi.bris.ac.uk:172.26.10.141 --entrypoint=""'
2121
}
2222
}

Jenkinsfile.dc2.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pipeline {
1717
stage('Production: Cypress tests') {
1818
agent {
1919
docker {
20-
image 'cypress/included:13.17.0'
20+
image 'cypress/included:14.1.0'
2121
args '--add-host www.temmpo.org.uk:172.26.10.142 --entrypoint=""'
2222
}
2323
}

Jenkinsfile.dc2.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
stage('Test: Cypress tests') {
1717
agent {
1818
docker {
19-
image 'cypress/included:13.17.0'
19+
image 'cypress/included:14.1.0'
2020
args '--add-host app-dc2-tmpo-t0.epi.bris.ac.uk:172.26.10.143 --entrypoint=""'
2121
}
2222
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ NB: Some tests require these environment variables `CREDENTIALS_USR` and `CREDEN
214214

215215
Using docker and electron browser
216216

217-
docker run --rm -it -v $PWD:/e2e -w /e2e cypress/included:13.17.0
217+
docker run --rm -it -v $PWD:/e2e -w /e2e cypress/included:14.1.0
218218

219219
## Warnings
220220

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.12.9-slim
33
ENV PYTHONDONTWRITEBYTECODE=1
44
ENV PYTHONUNBUFFERED=1
55
ENV PIP_VERSION='25.0.1'
6-
ENV SETUPTOOLS_VERSION='75.8.0'
6+
ENV SETUPTOOLS_VERSION='75.8.1'
77
ENV PIP_TOOLS_VERSION='7.4.1'
88
# NB: Version 15.1.0 is installed on RHEL
99
ENV VE_VERSION='20.27.1'

deploy/Dockerfile-rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN yum update -y && \
4747
zip
4848

4949
ENV PIP_VERSION='25.0.1'
50-
ENV SETUPTOOLS_VERSION='75.8.0'
50+
ENV SETUPTOOLS_VERSION='75.8.1'
5151
ENV PIP_TOOLS_VERSION='7.4.1'
5252
ENV VE_VERSION='20.27.1'
5353
ENV FABRIC_VERSION='1.15.0'

deploy/fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Tools not handled by pip-tools and/or requirements installs using pip
2020
# Also update pip version in tests/build-test-env.sh and Dockerfile
2121
PIP_VERSION = '25.0.1'
22-
SETUPTOOLS_VERSION = '75.8.0'
22+
SETUPTOOLS_VERSION = '75.8.1'
2323
PIP_TOOLS_VERSION = '7.4.1'
2424

2525

docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
platform: linux/amd64
3535

3636
e2e:
37-
image: cypress/included:13.17.0
37+
image: cypress/included:14.1.0
3838
working_dir: /e2e/
3939
links:
4040
# - nginx:nginx

0 commit comments

Comments
 (0)