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

FTBFS with python-six >= 1.11.0 #70

Closed
frozencemetery opened this issue Nov 9, 2017 · 2 comments
Closed

FTBFS with python-six >= 1.11.0 #70

frozencemetery opened this issue Nov 9, 2017 · 2 comments

Comments

@frozencemetery
Copy link

Hi,

rharwood@seton:~/pyrad$ nosetests3
.............................................................................................................................F.....................................................
======================================================================
FAIL: testPktEncodeAttributes (pyrad.tests.testPacket.PacketTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/bos/rharwood/pyrad/pyrad/tests/testPacket.py", line 199, in testPktEncodeAttributes
    six.b('\x1a\x0d\x00\x00\x00\x01\x02\x07value\x01\x07value'))
AssertionError: b'\x01\x07value\x1a\r\x00\x00\x00\x01\x02\x07value' != b'\x1a\r\x00\x00\x00\x01\x02\x07value\x01\x07value'

----------------------------------------------------------------------
Ran 179 tests in 9.085s

FAILED (failures=1)
rharwood@seton:~/pyrad$ 

Verified broken with both Debian's python-six-1.11.0-1 and Fedora's python3-six-1.11.0-1.fc28.

@rbricheno
Copy link
Contributor

This is a duplicate of #68 which is fixed by my PR #80

@GIC-de
Copy link
Collaborator

GIC-de commented May 15, 2018

fixed with PR #80

@GIC-de GIC-de closed this as completed May 15, 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

No branches or pull requests

3 participants