mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Cleanup test environment and requirements
- pytest: verbose isn't needed but show skipped tests - mock is not needed anymore. it is part of stdlib - Unpin Sphinx and fix warning about lexer - Mirror tox command for doc build in tasks.py
This commit is contained in:
parent
125dec493e
commit
839629b102
10 changed files with 11 additions and 54 deletions
4
tox.ini
4
tox.ini
|
|
@ -14,7 +14,7 @@ deps =
|
|||
|
||||
commands =
|
||||
{envpython} --version
|
||||
pytest -sv --cov=pelican pelican
|
||||
pytest -s --cov=pelican pelican
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python3.6
|
||||
|
|
@ -28,7 +28,7 @@ commands =
|
|||
filterwarnings =
|
||||
default::DeprecationWarning
|
||||
error:.*:Warning:pelican
|
||||
addopts = -n 2
|
||||
addopts = -n 2 -r a
|
||||
|
||||
[flake8]
|
||||
application-import-names = pelican
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue