mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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.
This commit is contained in:
parent
c345268de6
commit
b454f76f72
3 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Pygments==2.6.1
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-xdist
|
||||
pytest-xdist[psutil]
|
||||
|
||||
# Optional Packages
|
||||
Markdown >= 3.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue