Skip to content

Commit 6fdf0b7

Browse files
committed
This reverts commit 8a7b1d0.
1 parent 1d8aa14 commit 6fdf0b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_vector.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import ctypes
88
import functools
99
import pickle
10-
import sys
1110
import time
1211
from unittest.mock import Mock
1312

@@ -588,9 +587,6 @@ def test_vector_subtype_error_from_generic() -> None:
588587
raise specific
589588

590589

591-
@pytest.mark.skipif(
592-
sys.byteorder != "little", reason="Test relies on little endian data."
593-
)
594590
def test_get_channel_configs() -> None:
595591
_original_func = canlib._get_xl_driver_config
596592
canlib._get_xl_driver_config = _get_predefined_xl_driver_config

0 commit comments

Comments
 (0)