mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
(cherry picked from commit 0d100a2b07af6defab9c1fa841f309a652a6e4dd) IJ-MR-182152 GitOrigin-RevId: 9dddc0484a9fa1527c362fbd6ed90c3fa38d271d
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