forked from github/pelican
- 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
11 lines
129 B
Text
11 lines
129 B
Text
# Tests
|
|
Pygments==2.6.1
|
|
pytest==5.3.5
|
|
pytest-cov
|
|
pytest-xdist
|
|
|
|
# Optional Packages
|
|
Markdown >= 3.1
|
|
BeautifulSoup4
|
|
lxml
|
|
typogrify
|