Skip to content

Commit

Permalink
DROP ME: change requirements for pulpcore
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
hstct committed Jul 28, 2023
1 parent d58126e commit 3468545
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ include pyproject.toml
include requirements.txt
include unittest_requirements.txt
include TESTING.md
include ci_requirements.txt
recursive-include pulp_deb/tests/functional/data *
recursive-include pulp_deb/tests/functional/fixtures *
1 change: 1 addition & 0 deletions ci_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git+https://github.com/pulp/pulpcore@refs/pull/4177/head
10 changes: 5 additions & 5 deletions functest_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pulp-smash @ git+https://github.com/pulp/pulp-smash.git
#pulp-smash @ git+https://github.com/pulp/pulp-smash.git
pytest
python-debian>=0.1.36

# NOTE: Remove pulp-smash once it is possible see https://github.com/pulp/plugin_template/issues/773
# The following are required once the pulp-smash requirement is removed
#
# pytest-custom_exit_code
# pytest-xdist
# trustme~=1.0.0
# proxy.py~=2.4.3
pytest-custom_exit_code
pytest-xdist
trustme~=1.0.0
proxy.py~=2.4.3

0 comments on commit 3468545

Please sign in to comment.