mirror of https://github.com/secdev/scapy.git
Disable vcan tests on Python37
This commit is contained in:
parent
bbd9bfba43
commit
216f812273
|
@ -25,6 +25,12 @@ then
|
|||
UT_FLAGS+=" -K FIXME_py3"
|
||||
fi
|
||||
|
||||
if [[ ${TRAVIS_DIST:=trusty} == xenial ]]
|
||||
then
|
||||
# The vcan module is currently unavailable on Travis-CI xenial builds
|
||||
UT_FLAGS+=" -K vcan_socket"
|
||||
fi
|
||||
|
||||
# Dump Environment (so that we can check PATH, UT_FLAGS, etc.)
|
||||
set
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
% Regression tests for nativecansocket
|
||||
~ python3_only
|
||||
~ python3_only vcan_socket
|
||||
|
||||
# More information at http://www.secdev.org/projects/UTscapy/
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
% Regression tests for the CANSocket
|
||||
~ vcan_socket
|
||||
|
||||
# More information at http://www.secdev.org/projects/UTscapy/
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
% ISOTP Tests
|
||||
~ vcan_socket
|
||||
* Tests for ISOTP
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue