2025-06-09 19:52:23 +09:00

30 lines
459 B
INI

[tox]
minversion = 4
envlist =
python3.9-sphinx{7,8}
python3.10-sphinx{7,8}
python3.11-sphinx{7,8}
python3.12-sphinx{7,8}
[testenv]
passenv =
BUILDKITE*
PYTEST_ADDOPTS
PYTEST_PLUGINS
DAGSTER_GIT_REPO_DIR
basepython =
python3.9: python3.9
python3.10: python3.10
python3.11: python3.11
python3.12: python3.12
deps =
pytest
sphinx7: Sphinx>=7, <8
sphinx8: Sphinx>=8, <9
commands =
pytest -v