Skip to content

Commit c5c1ca1

Browse files
committed
skip testing test_checked_session.py if pydantic is not installed (bis)
1 parent 48ca515 commit c5c1ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larray/tests/test_checked_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
try:
44
import pydantic
55
except ImportError:
6-
pytestmark = pytest.skip("pydantic is required for testing Checked* classes")
6+
pytestmark = pytest.mark.skip("pydantic is required for testing Checked* classes")
77

88
import pickle
99
import numpy as np

0 commit comments

Comments
 (0)