forked from github/pelican
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%.
This commit is contained in:
parent
fc8a3c719f
commit
1a6d66f395
3 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ Pygments==2.6.1
|
|||
mock
|
||||
pytest==5.3.5
|
||||
pytest-cov
|
||||
pytest-xdist
|
||||
|
||||
# Optional Packages
|
||||
Markdown >= 3.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue