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:
parent
2b1c958aa7
commit
7ee8398718
3 changed files with 21 additions and 4 deletions
6
tox.ini
6
tox.ini
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue