Files
openide/python/helpers/pydev/tox.ini
Pavel Karateev 0c0bd595cd PCQA-580 Skip PySide6 for Python 3.13
GitOrigin-RevId: 0d17cb08fc649e61c1a3909ecf4fe2be46ac8ccd
2024-09-24 11:52:35 +00:00

33 lines
499 B
INI

[tox]
envlist =
py2.7.18
py3.8.19
py3.9.19
py3.10.14
py3.11.9
py3.12.4
py3.13.0b3
skipsdist=True
[testenv]
deps =
pytest
teamcity-messages
ipython
django
behave
jinja2
nose
pytest
django-nose
behave-django
pytest-xdist
untangle
pandas
py2.7.18: PySide2
py3.{8.19,9.19,10.14,11.9,12.4}: PySide6
py
commands =
pytest -s
setenv = PYTHONPATH = {toxinidir}/../third_party/thriftpy
passenv = TEAMCITY_VERSION