Skip to content

Commit cd0ab57

Browse files
committed
Update require_pulp_plugins
[noissue]
1 parent 100d50e commit cd0ab57

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

functest_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
git+https://github.com/PulpQE/pulp-smash.git#egg=pulp-smash
2-
pytest
1+
git+https://github.com/pulp/pulp-smash.git#egg=pulp-smash
2+
pytest

pulp_python/tests/functional/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
def set_up_module():
4646
"""Skip tests Pulp 3 isn't under test or if pulp_python isn't installed."""
4747
require_pulp_3(SkipTest)
48-
require_pulp_plugins({"pulp_python"}, SkipTest)
48+
require_pulp_plugins({"python"}, SkipTest)
4949

5050

5151
def gen_python_client():

template_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deploy_client_to_rubygems: true
1313
deploy_daily_client_to_pypi: true
1414
deploy_daily_client_to_rubygems: true
1515
deploy_to_pypi: true
16-
docker_fixtures: true
16+
docker_fixtures: false
1717
docs_test: true
1818
plugin_app_label: python
1919
plugin_camel: PulpPython

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ flake8-docstrings
55
flake8-tuple
66
flake8-quotes
77
mock
8-
git+https://github.com/PulpQE/pulp-smash.git#egg=pulp-smash
8+
git+https://github.com/pulp/pulp-smash.git#egg=pulp-smash
99
pydocstyle<4
1010
pytest

0 commit comments

Comments
 (0)