Skip to content

Commit

Permalink
Make the plugin compatible with pulpcore v3.55
Browse files Browse the repository at this point in the history
closes #1681
  • Loading branch information
lubosmj committed Jul 1, 2024
1 parent e52fa5d commit aa535cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES/1681.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Made the plugin compatible with pulpcore v3.55.
2 changes: 1 addition & 1 deletion pulp_container/tests/functional/api/test_sync.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Tests that sync container plugin repositories."""

import pytest
from pulpcore.tests.functional import PulpTaskError
from pulpcore.tests.functional.utils import PulpTaskError

from pulp_container.tests.functional.constants import PULP_FIXTURE_1, PULP_LABELED_FIXTURE

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jsonschema>=4.4,<4.23
pulpcore>=3.49.0,<3.55
pulpcore>=3.49.0,<3.70
pyjwt[crypto]>=2.4,<2.9

0 comments on commit aa535cc

Please sign in to comment.