From 727d604353ec64e5634264b0da7177eb1620ac49 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 28 Jun 2026 12:03:30 +0000 Subject: [PATCH] Update cookiecutter --- .github/workflows/test.yml | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46741b1..3ba1a05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,14 +17,14 @@ jobs: fail-fast: false matrix: include: - - image_tag: "nightly" + - container_file: "Containerfile" from_tag: "nightly" - container_file: "Containerfile" + image_tag: "nightly" pulp_api_root: "/relocated/djnd/" python: "3.14" - - image_tag: "latest" + - container_file: "Containerfile" from_tag: "latest" - container_file: "Containerfile" + image_tag: "latest" lower_bounds: true python: "3.10" steps: diff --git a/pyproject.toml b/pyproject.toml index a9aae8d..0bc2131 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -234,7 +234,7 @@ lint = [ ] test = [ "pygments>=2.19.2", - "pytest>=9,<9.1", + "pytest>=7.0.0,<9.2", "pytest-xdist>=3.8.0,<3.9", "python-gnupg>=0.5.0,<0.6", "secretstorage>=3.5.0",