This test is failing in some Python 2.7 / PyPy2 tests (it seems to be only on Travis with those two versions): (logs: Py2.7, PyPy2)
###(007)=[failed] Test show help
>>> result = subprocess.Popen([sys.executable, "scapy/tools/automotive/isotpscanner.py", "--help"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
>>> std_out, std_err = result.communicate()
>>> expected_output = plain_str(b'Scan for open ISOTP-Sockets.')
>>>
>>> assert not std_err
Traceback (most recent call last):
File "<input>", line 2, in <module>
AssertionError
@polybassa Sorry to bother, could you have a look at it ? Thanks !
This test is failing in some Python 2.7 / PyPy2 tests (it seems to be only on Travis with those two versions): (logs: Py2.7, PyPy2)
@polybassa Sorry to bother, could you have a look at it ? Thanks !