We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa915f6 commit 1f7c917Copy full SHA for 1f7c917
src/_pytest/main.py
@@ -373,9 +373,9 @@ def _in_venv(path: Path) -> bool:
373
374
[https://peps.python.org/pep-0405/]
375
376
- For regression protection we also check for conda environments that do not include pyenv.cfg yet --
+ 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.
380
381
"""
0 commit comments