pelican/requirements/test.pip
Justin Mayer 1a6d66f395 Run tests in parallel on multi-core systems
Uses pytest-xdist to run tests on two cores simultaneously, speeding up
test runs by nearly 40%.
2020-04-13 08:55:29 +02:00

12 lines
134 B
Text

# Tests
Pygments==2.6.1
mock
pytest==5.3.5
pytest-cov
pytest-xdist
# Optional Packages
Markdown >= 3.1
BeautifulSoup4
lxml
typogrify