You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arch Linux is currently trying to update to python 3.7.0, and while rebuilding all packages in our repositories, pcapy failed the testsuite with the following log:
======================================================================
FAIL: testEOFValue (__main__.TestPcapy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "pcapytests.py", line 52, in testEOFValue
self.assertEqual(refNone, sys.getrefcount(None))
AssertionError: 5918 != 5915
----------------------------------------------------------------------
Ran 6 tests in 0.002s
FAILED (failures=1)
The text was updated successfully, but these errors were encountered:
Arch Linux is currently trying to update to python 3.7.0, and while rebuilding all packages in our repositories, pcapy failed the testsuite with the following log:
The text was updated successfully, but these errors were encountered: