PY-83881: Add pipenv for python env tests

Merge-request: IJ-MR-178102
Merged-by: Alexey Katsman <alexey.katsman@jetbrains.com>

GitOrigin-RevId: d4945ad78fceae2772383f24c270bedbb16a4cfb
This commit is contained in:
Alexey Katsman
2025-10-10 11:32:27 +00:00
committed by intellij-monorepo-bot
parent 959073fc77
commit f2e26c5e41
@@ -191,11 +191,11 @@ createPython("python3.11", "3.11",
listOf("python3.11", "black", "poetry", "uv", "joblib", "tensorflow"))
createPython("python3.12", "3.12",
listOf("teamcity-messages", "Twisted", "pytest", "poetry", "uv", "hatch", "black>=23.11.0")
listOf("teamcity-messages", "Twisted", "pytest", "poetry", "uv", "hatch", "pipenv", "black>=23.11.0")
// TODO: maybe switch to optional dependency Twisted[windows-platform]
// https://docs.twisted.org/en/stable/installation/howto/optional.html
+ if (isWindows) listOf("pypiwin32") else listOf(), //win32api is required for pypiwin32
listOf("python3", "poetry", "uv", "hatch", "python3.12", "messages", "twisted", "pytest", "black-fragments-formatting"))
listOf("python3", "poetry", "uv", "hatch", "pipenv", "python3.12", "messages", "twisted", "pytest", "black-fragments-formatting"))
// set CONDA_PATH to conda binary location to be able to run tests
createPython("conda", "Miniconda3-py312_25.1.1-0", listOf(), listOf("conda"), type = PythonType.CONDA)