diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db7bc8127..78a701c2c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,28 +46,26 @@ jobs: python: "3.11" - image_tag: "latest" oas_version: "3.1.1" - python: "3.11" + python: "3.12" upper_bounds: true + - image_tag: "3.105" + pulp_api_root: "/relocated/djnd/" + python: "3.12" - image_tag: "3.85" pulp_https: "true" python: "3.14" - image_tag: "3.73" pulp_domain_enabled: "true" pulp_enabled_plugins: "['pulp-certguard', 'pulp_container', 'pulp_file', 'pulp_python', 'pulp_rpm']" - python: "3.10" + python: "3.13" - image_tag: "3.63" pulp_https: "true" pulp_oauth2: "true" python: "3.14" - image_tag: "3.49" pulp_https: "true" - python: "3.10" - - image_tag: "3.39" - pulp_api_root: "/relocated/djnd/" - python: "3.12" - - image_tag: "3.28" lower_bounds: true - python: "3.13" + python: "3.10" steps: - name: "Checkout" uses: "actions/checkout@v6" diff --git a/pyproject.toml b/pyproject.toml index 5cee4af92..b102fafa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -255,7 +255,7 @@ section-order = ["future", "standard-library", "third-party", "second-party", "f [tool.pytest] -testpaths = ["tests", "pulp_glue/tests"] +testpaths = ["tests", "pulp-glue/tests"] markers = [ "live: integration tests that run against a live server", "glue: tests for pulp-glue in isolation",