pcapy icon indicating copy to clipboard operation
pcapy copied to clipboard

Tests fail on python 3.7

Open eli-schwartz opened this issue 6 years ago • 1 comments

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)

eli-schwartz avatar Jul 05 '18 00:07 eli-schwartz

I am experiencing the same issue in 3.7.0

ghost avatar Aug 04 '18 17:08 ghost