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

Only try to install multiprocessing library if python version < 2.6 #30

Merged
merged 1 commit into from
Nov 1, 2013

Conversation

chrishaines
Copy link
Contributor

The multiprocessing package is included in versions 2.6 onward. Including it in install_requires tries to install the backported package from PyPI.

@jarus
Copy link
Owner

jarus commented Oct 13, 2013

Flask 0.10 drops Python 2.5 and I'm also not testing flask-testing with Python 2.5 anymore. I'm ready to accept your pull request but there is no active support for python 2.5 in Flask-Testing anymore. Sorry.

@chrishaines
Copy link
Contributor Author

If you are not going to support 2.5, we should just remove "multiprocessing" as a requirement, no?

@jarus
Copy link
Owner

jarus commented Nov 1, 2013

Sorry for my late response. Yes your are right. Thank you for this patch!

jarus added a commit that referenced this pull request Nov 1, 2013
Only try to install multiprocessing library if python version < 2.6
@jarus jarus merged commit 7bf34b0 into jarus:master Nov 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants