Essentially when passed with `pytest` the tests are run with `virtualenv` always, no matter what is actually requested. Essentially: - Requesting `virtualenv` -- works fine - `conda` -- doesn't work, falls back to `virtualenv` - `mamba` -- errors out (since it doesn't fallback if requested)