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

Pin selectors2 to Python versions <= 3.4 #292

Merged
merged 1 commit into from
Nov 2, 2018
Merged

Pin selectors2 to Python versions <= 3.4 #292

merged 1 commit into from
Nov 2, 2018

Conversation

knobix
Copy link
Contributor

@knobix knobix commented Nov 1, 2018

Pin the "selectors2" package to Python versions lower/equal than 3.4 . Otherwise packages, that depends on ncclient, e.g. napalm will fail at runtime when used with Python 3.6 or later.

This should fix #291

Pin the "selectors2" package to Python versions lower/equal than 3.4 . Otherwise packages, that depends on ncclient, e.g. napalm will fail at runtime when used with Python 3.6 or later.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.6%) to 64.565% when pulling c20376d on knobix:fix-291 into d647a9e on ncclient:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.6%) to 64.565% when pulling c20376d on knobix:fix-291 into d647a9e on ncclient:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.6%) to 64.565% when pulling c20376d on knobix:fix-291 into d647a9e on ncclient:master.

@knobix
Copy link
Contributor Author

knobix commented Nov 1, 2018

The builds with Python versions 2.7, 3.4 and 3.6 passed so far. Only the builder with Python 3.7dev causes some trouble at the moment:

$ curl -sSf -o python-3.7-dev.tar.bz2 ${archive_url}
curl: (7) Failed to connect to s3.amazonaws.com port 443: Connection timed out
Unable to download 3.7-dev archive. The archive may not exist. Please consider a different version.

@einarnn einarnn self-requested a review November 2, 2018 21:34
@einarnn einarnn merged commit de873d8 into ncclient:master Nov 2, 2018
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.

selectors2 should be pinned to Python versions <= 3.4
3 participants