-
Notifications
You must be signed in to change notification settings - Fork 181
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
BUG: --environment-type
doesn't do anything with pytest
#1446
Comments
Merged
HaoZeke
added a commit
to HaoZeke/asv
that referenced
this issue
Nov 25, 2024
In a pretty hacky way, also part of airspeed-velocitygh-1446
1 task
HaoZeke
added a commit
to HaoZeke/asv
that referenced
this issue
Jan 5, 2025
In a pretty hacky way, also part of airspeed-velocitygh-1446
HaoZeke
added a commit
to HaoZeke/asv
that referenced
this issue
Jan 19, 2025
In a pretty hacky way, also part of airspeed-velocitygh-1446
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: