Skip to content

Build failing for python2 #97

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

Closed
nemesifier opened this issue Aug 29, 2017 · 0 comments
Closed

Build failing for python2 #97

nemesifier opened this issue Aug 29, 2017 · 0 comments
Labels

Comments

@nemesifier
Copy link
Member

nemesifier commented Aug 29, 2017

@ritwickdsouza @edoput, I found out how to reproduce the issue:

pip uninstall py2-ipaddress -y
pip install https://github.com/phihag/ipaddress/tarball/master

Run the tests with that version of the library and tests will fail on python2.

Currently looking for a fix, this bug is causing problems downstream.

@nemesifier nemesifier added the bug label Aug 29, 2017
nemesifier added a commit that referenced this issue Aug 29, 2017
For some strange reason this bug popped out of the blue.
Apparently arguments passed to the ipaddress library
must be unicode strings.

No idea why this didn't come up earlier.

Closes #97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant