1
0
Fork 0
forked from github/pelican
pelican-theme/requirements/test.pip
Justin Mayer b454f76f72 Count CPU cores via psutil for parallel testing
psutil does a much better job at accurately counting CPU cores,
of which pytest-xdist takes advantage for the purposes of running
tests concurrently.
2020-11-02 13:17:53 +01:00

11 lines
130 B
Text

# Tests
Pygments==2.6.1
pytest
pytest-cov
pytest-xdist[psutil]
# Optional Packages
Markdown >= 3.1
BeautifulSoup4
lxml
typogrify