Skip to content

Commit 166a0e4

Browse files
committed
TL: I'm dumb
1 parent 830d2f1 commit 166a0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/tests/test_helpers/test_fieldsIO.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
import pytest
33

4-
if sys.version_info >= (3, 11):
4+
if sys.version_info < (3, 11):
55
pytest.skip("skipping fieldsIO tests on python lower than 3.11", allow_module_level=True)
66

77
import itertools

0 commit comments

Comments
 (0)