New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use pulp-smash from source #1210
Conversation
|
Attached issue: https://pulp.plan.io/issues/8450 |
functest_requirements.txt
Outdated
| pulp-smash # >=1!0.12.0 - broken: https://github.com/dependabot/dependabot-core/issues/3165 | ||
| git+git://github.com/pulp/pulp-smash@master#egg=pulp-smash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, it should replace that line.
fixes #8450
|
With this do we want to make a CI adjustment which I believe carries code to do the same thing? I'm not sure where that code lives tho. |
|
Also what about other plugins? The dev environment on the installer installing other plugins may bring in the pypi release of pulp_smash, and that would cause pip to believe this dep is satisfied causing the pulpcore tests to not be runnable? |
|
Random idea: what if pulp_smash was no longer a released software, and everyone used git checkouts... That way it would be the same everywhere. |
|
I emailed pulp-dev asking for objections/concerns about removing pulp-smash from PyPI. |
fixes #8450
Please be sure you have read our documentation on creating PRs:
https://docs.pulpproject.org/contributing/pull-request-walkthrough.html