Files
openide/python/setup-test-environment
Ilya.Kazakevich bc09d9cd01 Python tests: store a path to conda in PyCondaPackageService.
While one should use a conda path from `PyCondaFlavorData`, some legacy code still depends on this service.

This service does a good job trying to find conda on a user PC, but obviously fails in test as conda is installed in a usual location.

We store a conda path in this service to make tests work

GitOrigin-RevId: d8e1d08b268ae5259e7050c5c9bb8cc8184e3751
2025-04-02 02:10:24 +00:00
..

Python tests require pythons with certain modules.

Run `build.gradle.kts` to install them. Then, use classes from this module to access them.