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

Fix Travis CI builds on Python 3.4#352

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
willkg merged 1 commit intohtml5lib:masterfromjdufresne:fix-test-failures
Oct 31, 2017
Merged

Fix Travis CI builds on Python 3.4#352

willkg merged 1 commit intohtml5lib:masterfromjdufresne:fix-test-failures
Oct 31, 2017

Conversation

jdufresne
Copy link
Contributor

@jdufresnejdufresne commentedOct 28, 2017
edited
Loading

Avoid passing-U topip install commands. It causes the six package to upgrade, which fails on the Travis 3.4 image. I cannot reproduce this locally, so I'm left to conclude that the Travis Python 3.4 image is corrupt in some way. The installed six package is perfectly fine for testing, so use it without upgrading. All builds now pass.

Install six package first to avoid upgrading it then downgrading it in some test configurations.

Avoid passing -U to pip install commands. It causes the six package toupgrade, which fails on the Travis 3.4 image. I cannot reproduce thislocally, so I'm left to conclude that the Travis Python 3.4 image iscorrupt in some way. The installed six package is perfectly fine fortesting, so use it without upgrading. All builds now pass.Install six package first to avoid upgrading it then downgrading it insome test configurations.
Copy link
Contributor

@willkgwillkg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This looks good. It'll be great to have the Python 3.4 tests passing again! Thank you!

@willkgwillkg merged commit48942a9 intohtml5lib:masterOct 31, 2017
@jdufresnejdufresne deleted the fix-test-failures branchJanuary 6, 2018 01:22
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@willkgwillkgwillkg approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@jdufresne@willkg

[8]ページ先頭

©2009-2025 Movatter.jp