mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
(cherry picked from commit c29f3a74d9c2cf82c2a48608d3b03c2d1c208b36) IJ-MR-179209 GitOrigin-RevId: 84a041cc5a8ad09dec4efc45a806a8405c683bfa
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
toxwithtox-uvplugin ...
uv tool install tox --with tox-uv
- to run tests ...
tox
- the tests are executed on all supported Python versions using
uv.lockfor reproducible builds - plus
latestenvironment—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