3
0
Fork 0

test: skip some tests if mako not installed

also change corresponding tox env to 'nox' to reflect its "bare-bones"
nature and not just a lack of 'db'
This commit is contained in:
Lance Edgar 2024-08-26 14:34:35 -05:00
parent 2b1c958aa7
commit 7ee8398718
3 changed files with 21 additions and 4 deletions

View file

@ -1,12 +1,12 @@
[tox]
envlist = py38, py39, py310, py311, nodb
envlist = py38, py39, py310, py311, nox
[testenv]
extras = db,docs,tests
extras = db,email,docs,tests
commands = pytest {posargs}
[testenv:nodb]
[testenv:nox]
extras = tests
[testenv:coverage]