We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I'm testing out ansible-dev-environment and I've noticed that with 24.9.0, it doesn't automatically install the dependencies I have listed in a test-requirements.txt file in my collection directory: https://github.com/dbrennand/molecule-test/blob/testing-more/ansible/test-requirements.txt
ansible-dev-environment
24.9.0
test-requirements.txt
Repro steps:
pip install ansible-dev-environment==24.9.0 --user git clone [email protected]:dbrennand/molecule-test.git cd molecule-test/ git checkout testing-more pip list | grep ansible-dev-environment ansible-dev-environment 24.9.0 ade install -e --venv venv -adt ./ansible source venv/bin/activate pip list | grep hvac # hvac is not installed :-(
From the usage example it seems to be possible to install from this file:
INFO: Installing python requirements from /home/bthornto/github/network.interfaces/test-requirements.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
I'm testing out
ansible-dev-environment
and I've noticed that with24.9.0
, it doesn't automatically install the dependencies I have listed in atest-requirements.txt
file in my collection directory: https://github.com/dbrennand/molecule-test/blob/testing-more/ansible/test-requirements.txtRepro steps:
From the usage example it seems to be possible to install from this file:
The text was updated successfully, but these errors were encountered: