mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-13 12:10:23 +00:00
30 lines
459 B
INI
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
|