It is EOL and no longer supported by the Python foundation. Also it is getting in the way of upgrading Sphinx.
10 lines
185 B
INI
10 lines
185 B
INI
[tox]
|
|
isolated_build = true
|
|
envlist = py39, py310, py311, py312, py313
|
|
|
|
[testenv]
|
|
whitelist_externals = poetry
|
|
commands=
|
|
poetry install -E zstandard
|
|
poetry run py.test --no-cov
|