Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foward NUMBER_OF_PROCESSORS environment variable by default #517

Closed
AndreLouisCaron opened this issue May 18, 2017 · 1 comment · Fixed by #520
Closed

Foward NUMBER_OF_PROCESSORS environment variable by default #517

AndreLouisCaron opened this issue May 18, 2017 · 1 comment · Fixed by #520

Comments

@AndreLouisCaron
Copy link

Hi there!

In one project, I have a Python 2.7-only dependency that uses multiprocessing.cpu_count() on Windows. This has a hidden dependency on the NUMBER_OF_PROCESSORS environment variable. This is quite confusing when porting this type of project into Tox.

Note: in Python 3.4+, this is API is superseeded by os.cpu_count() which does not depend on this environment variable.

The case is a bit weak (Python up to 3.3 only, plus multiprocessing is not popular on Windows), but I feel like the standard library should work by default inside a Tox test environment.

I'm willing to work on a patch if you would accept such a contribution!

@obestwalter
Copy link
Member

Hi @AndreLouisCaron We have a growing list of special cases and for one think that your argument that tox should work out of the box with standard library is a compelling one, to add that also.

@tox-dev tox-dev locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants