-
Notifications
You must be signed in to change notification settings - Fork 689
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
make build-debs fails at verify stage when both dev and testing requirements are installed #5194
Comments
On develop, I can confirm the But if I only install the dev requirements, |
I think resolving #5179 will resolve this since the use of version 3.10 of pytest is hitting this issue: ansible/molecule#1566 |
I am seeing the same in my environment for |
Same behavior here. Why, may I ask, would one want to install the test reqs file into the host's virtualenv? The dependencies in the |
I guess we have to update our documentation very clear to say not to do this :) |
Closed via #5585 |
Description
When building debs in a newly created virtualenv,
make debs
errors out at the testing phaseSteps to Reproduce
make build-debs
Expected Behavior
make build-debs
should complete without errorActual Behavior
The molecule verify step fails, with many occurrences of this stackstrace:
Without test requirements, the following stacktrace is observed (seems like test-requirements are required to run the testinfra tests on the molecule verify for build-tests target)
Comments
Suggestions to fix, any other relevant information.
The text was updated successfully, but these errors were encountered: