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

Force xmlschema < 1.1 for Python 2 #233

Merged
merged 3 commits into from
Feb 10, 2020

Conversation

matthew-reynolds
Copy link
Contributor

@matthew-reynolds matthew-reynolds commented Feb 10, 2020

xmlschema 1.1.0 (released Jan 23 2020) dropped support for Python 2. This has been breaking CI builds.

Note that I am explicitly listing the two jobs rather than using Travis' matrix expansion as before, so that we can still get up-to-date versions of xmlschema for Python 3 builds.

If you'd prefer to use the same xmlschema version for both builds, this PR can be simplified to a just adding: <1.1 on line 8.

@dirk-thomas
Copy link
Member

Thanks you for creating this PR.

Rather then duplicating all steps please install the dependency in question with a conditional (similar to https://github.com/ros-infrastructure/catkin_pkg/blob/27013d87262bef0d6ac7b9642aa4ed18d9ce21cd/.travis.yml#L14-L15).

@matthew-reynolds
Copy link
Contributor Author

Done in 6a4ad53 - Thanks!

@dirk-thomas dirk-thomas merged commit 30f32ef into ros-infrastructure:master Feb 10, 2020
@matthew-reynolds matthew-reynolds deleted the patch-3 branch February 10, 2020 16:39
@dirk-thomas dirk-thomas mentioned this pull request Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants