Skip to content

Commit d881677

Browse files
committed
Explicitly use virtual interface for listener tests
1 parent c5694ad commit d881677

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/listener_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
import tempfile
66

77
import can
8-
8+
channel = 'vcan0'
9+
can.rc['interface'] = 'virtual'
910

1011
logging.getLogger("").setLevel(logging.DEBUG)
1112

0 commit comments

Comments
 (0)