reorg test structure to match tox and CI jobs, drop bumpversion for bump-my-version and move config to pyproject.toml, fix docs building

This commit is contained in:
pacrob
2024-04-08 09:06:04 -06:00
committed by Paul Robinson
parent 1206fbef3d
commit eea065fb57
62 changed files with 319 additions and 160 deletions

View File

@ -3,9 +3,9 @@ envlist=
py{38,39,310,311,312}-core
py{38,39,310,311,312}-lint
py{38,39,310,311,312}-wheel
py{38,39,310,311,312}-interop
windows-wheel
docs
py{38,39,310,311,312}-interop
[flake8]
exclude=venv*,.tox,docs,build,*_pb2*.py
@ -16,7 +16,8 @@ per-file-ignores=__init__.py:F401
[testenv]
usedevelop=True
commands=
core: pytest {posargs:tests/}
core: pytest {posargs:tests/core}
interop: pytest {posargs:tests/interop}
docs: make check-docs-ci
basepython=
docs: python