Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,19 @@ jobs:
include:
- image_tag: "nightly"
pulp_api_root: "/relocated/djnd/"
python: "3.14"
python: "3.15"
upper_bound: true
- image_tag: "latest"
python: "3.13"
- image_tag: "3.28"
python: "3.14"
- image_tag: "3.49"
lower_bounds: true
python: "3.12"
- image_tag: "3.39"
- image_tag: "3.73"
python: "3.13"
- image_tag: "3.49"
- image_tag: "3.85"
python: "3.11"
upper_bound: true
- image_tag: "3.63"
- image_tag: "3.105"
lower_bounds: true
python: "3.10"
steps:
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ _test: | tests/cli.toml
test:
uv run $(MAKE) _test

PYTEST_MARK ?= live

.PHONY: _livetest
_livetest: | tests/cli.toml
pytest -v tests pulp-glue-deb/tests -m live
pytest -v tests pulp-glue-deb/tests -m "$(PYTEST_MARK)"

.PHONY: livetest
livetest:
Expand Down
2 changes: 1 addition & 1 deletion pulp-glue-deb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"pulp-glue<0.40,>=0.23.2",
"pulp-glue<0.41,>=0.23.2",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers=[
"Typing :: Typed",
]
dependencies = [
"pulp-cli<0.40,>=0.23.2",
"pulp-cli<0.41,>=0.23.2",
"pulp-glue-deb==0.5.0.dev",
]

Expand Down
Loading
Loading