Use psutil.cpu_count(logical=False) in auto_detect_cpus()

This commit is contained in:
Ivan Zaikin
2020-07-23 10:18:43 +07:00
parent 2fc21fddbb
commit 77e5fdfef9
3 changed files with 10 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
install_requires = ["execnet>=1.1", "pytest>=4.4.0", "pytest-forked", "six"]
install_requires = ["execnet>=1.1", "psutil>=3.0.0", "pytest>=4.4.0", "pytest-forked", "six"]
with open("README.rst") as f: