mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
(cherry picked from commit 9767528c49d8e098249ecb99eb5dcda5df7e534f) IJ-MR-178328 GitOrigin-RevId: 2031288daefcff51969ef3f376d45828b86aebd1
19 lines
313 B
INI
19 lines
313 B
INI
[tox]
|
|
envlist =
|
|
py38
|
|
py39
|
|
py310
|
|
py311
|
|
py312
|
|
py313
|
|
py314
|
|
latest
|
|
|
|
[testenv]
|
|
runner = uv-venv-lock-runner
|
|
setenv = PYTHONPATH = {toxinidir}{/}..{/}helpers{:}{toxinidir}{/}..{/}helpers{/}pycharm
|
|
commands = pytest {posargs:.}
|
|
|
|
[testenv:latest]
|
|
runner = uv-venv-runner
|
|
basepython = py314 |