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
--environment-type
pytest
Essentially when passed with pytest the tests are run with virtualenv always, no matter what is actually requested. Essentially:
virtualenv
conda
mamba
The text was updated successfully, but these errors were encountered:
TST: Use alternate environments correctly
edf5b1f
Closes airspeed-velocitygh-1446
py-rattler
BUG: Fix alternate environment logic in tests
57d9c36
In a pretty hacky way, also part of airspeed-velocitygh-1446
Successfully merging a pull request may close this issue.
Essentially when passed with
pytest
the tests are run withvirtualenv
always, no matter what is actually requested. Essentially:virtualenv
-- works fineconda
-- doesn't work, falls back tovirtualenv
mamba
-- errors out (since it doesn't fallback if requested)The text was updated successfully, but these errors were encountered: