mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
(cherry picked from commit 9767528c49d8e098249ecb99eb5dcda5df7e534f) IJ-MR-178328 GitOrigin-RevId: 2031288daefcff51969ef3f376d45828b86aebd1
731 B
731 B
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