-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
multiprocessing broken since 2.7.1 on Windows #749
Comments
Original comment by Bruno Oliveira (BitBucket: nicoddemus, GitHub: nicoddemus): I guess that would be the correct approach, IMO. |
Original comment by Marc Schlaich (BitBucket: schlamar, GitHub: schlamar): Yes. This is what |
Original comment by Floris Bruynooghe (BitBucket: flub, GitHub: flub): Sigh, seems like the poor people wanting wheels never get to have their fun. Since I've heard issues with deleting files on pypi, are we very sure we want to delete it? we might not be able to add it back. And is it completely safe to remove the wheel file from it. |
Original comment by Bruno Oliveira (BitBucket: nicoddemus, GitHub: nicoddemus):
Indeed. :(
I'm not sure... I think the best policy would be to release a hotfix version of pytest (2.7.2) without wheels, otherwise folks from now on would never be sure if their version was installed using a wheel or not, specially on CI farms and cached virtual envs. sigh |
This is not resolved, there are wheels on 2.8.2 :( |
HOWTORELEASE.rst says to build wheels, so that's what I did when doing my first release 😉 Honestly, I personally don't think it's the correct solution to avoid building wheels for pytest. pypa/pip#1891 mentions running I think @RonnyPfannschmidt will do the last release, so I'd say his decision if he wants to upload wheels for that or not. I don't know if it's possible to test wheels but not release them to PyPI with devpi and our releasing workflow though, at least testing them would be desirable I think... |
Closing this, as it seems it will be fixed in 2.7.11. |
Originally reported by: Marc Schlaich (BitBucket: schlamar, GitHub: schlamar)
With pytest 2.7.1, Processes with multiprocessing don't start anymore, I'm seeing this in stdout:
This is probably due to this upstream issue with wheels: pypa/pip#1891
Installing pytest not as wheel with
pip install --no-use-wheel
resolves this issue.The text was updated successfully, but these errors were encountered: