Skip to content

Commit 45f9b3d

Browse files
committed
typo and black
1 parent 45f3927 commit 45f9b3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_io.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,10 @@ def test_hdf_series() -> None:
428428
check(assert_type(read_hdf(path, "s"), DataFrame | Series), Series)
429429

430430

431-
@pytest.mark.xfail(sys.version_info >= (3, 11), reason="pyreadstat 1.3.1 does not support py314 Roche/pyreadstat#310")
431+
@pytest.mark.xfail(
432+
sys.version_info >= (3, 14),
433+
reason="pyreadstat 1.3.1 does not support py314 Roche/pyreadstat#310",
434+
)
432435
def test_spss() -> None:
433436
path = Path(CWD, "data", "labelled-num.sav")
434437
check(

0 commit comments

Comments
 (0)