Skip to content

Commit 727d604

Browse files
committed
Update cookiecutter
1 parent 70d254e commit 727d604

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20-
- image_tag: "nightly"
20+
- container_file: "Containerfile"
2121
from_tag: "nightly"
22-
container_file: "Containerfile"
22+
image_tag: "nightly"
2323
pulp_api_root: "/relocated/djnd/"
2424
python: "3.14"
25-
- image_tag: "latest"
25+
- container_file: "Containerfile"
2626
from_tag: "latest"
27-
container_file: "Containerfile"
27+
image_tag: "latest"
2828
lower_bounds: true
2929
python: "3.10"
3030
steps:

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,<9.1",
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)