File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- Resolve the regression in conda environment detection by
2
- explicitly expanding virtualenv detection to conda environents
1
+ Resolve regression `conda ` environments where no longer being automatically detected.
3
2
4
3
-- by :user: `RonnyPfannschmidt `
Original file line number Diff line number Diff line change @@ -373,8 +373,10 @@ def _in_venv(path: Path) -> bool:
373
373
374
374
[https://peps.python.org/pep-0405/]
375
375
376
- for regression protection we also check for conda environments that do not include pyenv.cfg yet
377
- https://github.com/conda/conda/issues/13337 is the conda issue tracking adding pyenv.cfg
376
+ For regression protection we also check for conda environments that do not include pyenv.cfg yet --
377
+ https://github.com/conda/conda/issues/13337 is the conda issue tracking adding pyenv.cfg.
378
+
379
+ Checking for the `conda-meta/history` file per https://github.com/pytest-dev/pytest/issues/12652#issuecomment-2246336902.
378
380
379
381
"""
380
382
try :
You can’t perform that action at this time.
0 commit comments