Revert "Merge pull request #560 from utapyngo/logical-cpu-count"

This reverts commit 0094b29a14, reversing
changes made to c6255faad4.
This commit is contained in:
Bruno Oliveira
2020-08-24 14:50:36 -03:00
parent 1d08799c82
commit e469fc7b80
3 changed files with 34 additions and 7 deletions

View File

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