Files
openide/python/helpersTests
Pavel Karateev 2f7eee6ad8 [python] PY-84734 update bundled virtualenv to 20.38.0
(cherry picked from commit e7d3847d7900bf9b39477b6f063a6bcc94e3a6fd)

IJ-MR-192441

GitOrigin-RevId: d42138440fff6c84344fbade8b92f8647b69810e
2026-03-02 15:16:03 +00:00
..

helpersTests

  • tests for PyCharm helpers
  • to be able to run tests—install uv, e.g., ...
curl -LsSf https://astral.sh/uv/install.sh | sh
  • ... and tox with tox-uv plugin ...
uv tool install tox --with tox-uv
  • to run tests ...
tox
  • the tests are executed on all supported Python versions using uv.lock for reproducible builds
  • plus latest environment—with latest available dependencies (outside the aggregator)
  • no manual Python installation is required
  • to update the list of dependencies / supported Python versions—edit pyproject.toml
  • to update the lock file ...
uv lock