Skip to content

Commit 666ccb1

Browse files
committed
Update cookiecutter
1 parent 8e9bd37 commit 666ccb1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.ci/run_container.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ else
6969
fi
7070
export PULP_CONTENT_ORIGIN
7171

72+
PULP_DJANGO_SECRET="$(python3 -c "import secrets; print(secrets.token_urlsafe(50))")"
73+
export PULP_DJANGO_SECRET
74+
7275
"${CONTAINER_RUNTIME}" \
7376
run ${RM:+--rm} \
7477
--env S6_KEEP_ENV=1 \
@@ -79,6 +82,7 @@ export PULP_CONTENT_ORIGIN
7982
${PULP_DOMAIN_ENABLED:+--env PULP_DOMAIN_ENABLED} \
8083
${PULP_ENABLED_PLUGINS:+--env PULP_ENABLED_PLUGINS} \
8184
--env PULP_CONTENT_ORIGIN \
85+
--env PULP_DJANGO_SECRET \
8286
--detach \
8387
--name "pulp-ephemeral" \
8488
--volume "${PULP_CLI_TEST_TMPDIR}/settings:/etc/pulp${SELINUX:+:Z}" \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ lint = [
234234
]
235235
test = [
236236
"pygments>=2.19.2",
237-
"pytest>=9.0.0,<9.2",
237+
"pytest>=7.0.0,<9.2",
238238
"pytest-xdist>=3.8.0,<3.9",
239239
"python-gnupg>=0.5.0,<0.6",
240240
"secretstorage>=3.5.0",

0 commit comments

Comments
 (0)