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

Pyroma installation no longer slow on Py3 #1225

Merged
merged 1 commit into from
May 13, 2015

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented May 10, 2015

pip install pyroma used to be a lot slower on Python 3:

pypy    8s
pypy3   70s
2.6     3s
2.7     2s
3.2     111s
3.3     82s
3.4     86s

Because of this, we only ran the pyroma tests on Python 2. The reason for pyroma's slow installation was due to one of its dependencies -- docutils. Docutils have now created wheels for Python 3 which has now brought installation times in line for all Python versions.

So we can now remove this special case.

Ref:
https://bitbucket.org/regebro/pyroma/issue/22/installation-slow-for-python-3
https://sourceforge.net/p/docutils/bugs/279/

homm added a commit that referenced this pull request May 13, 2015
Pyroma installation no longer slow on Py3
@homm homm merged commit a579a90 into python-pillow:master May 13, 2015
@hugovk hugovk deleted the pyroma_for_all branch May 13, 2015 19:18
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