Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Try dealing with the backwards incompatible changes in setuptools again#263

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
gsnedders merged 3 commits intohtml5lib:masterfromgsnedders:fix_setuptools_fun
Jun 6, 2016

Conversation

gsnedders
Copy link
Member

This tries to address#231 again, reverting to platform_python_implementation. This should work everywhere with setuptools 18.5 above; see#231 for more discussion of this.

@codecov-io
Copy link

codecov-io commentedJun 6, 2016
edited
Loading

Current coverage is90.48%

Merging#263 intomaster will decrease coverage by0.30%

@@             master       #263   diff @@==========================================  Files            51         51            Lines          6857       6840    -17     Methods           0          0            Messages          0          0            Branches       1317       1291    -26   ==========================================- Hits           6225       6189    -36- Misses          472        485    +13- Partials        160        166     +6

Powered byCodecov. Last updated by5197f55...192a058

@gsneddersgsnedders modified the milestone:0.99999999Jun 6, 2016
@gsnedders
Copy link
MemberAuthor

Hmm, maybe shouldn't run with loads of setuptools versions…

@gsneddersgsnedders merged commitfbce67d intohtml5lib:masterJun 6, 2016
@gsneddersgsnedders deleted the fix_setuptools_fun branchJune 6, 2016 22:00
@jraby
Copy link

For the record, checking version of setuptools in the body ofsetup.py in this manner makes it impossible to install/upgrade setuptools at the same time as html5lib.

For example this fails:

cat >req.txt <<EOFsetuptools>=18.5html5libEOFvirtualenv testenvtestenv/bin/pip install -r req.txtCollecting setuptools>=18.5 (from -r req.txt (line 1))  Using cached setuptools-24.0.3-py2.py3-none-any.whlCollecting html5lib (from -r req.txt (line 2))  Using cached html5lib-0.999999999.tar.gz    Complete output from command python setup.py egg_info:    html5lib requires setuptools version 18.5 or above; please upgrade before installing (you have 18.2)    ----------------------------------------Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/49/p3xmv77x6fnb2lwl5kpvmvs40000gp/T/pip-build-0vYISn/html5libYou are using pip version 7.1.2, however version 8.1.2 is available.You should consider upgrading via the 'pip install --upgrade pip' command.

@gsnedders
Copy link
MemberAuthor

@jraby can you file a new issue for that? that's a good point, and should check if removing thatif makes it work (I assume it does!).

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
0.99999999
Development

Successfully merging this pull request may close these issues.

3 participants
@gsnedders@codecov-io@jraby

[8]ページ先頭

©2009-2025 Movatter.jp