Skip to content

Commit f44f49c

Browse files
committed
Revert "[test_OMCPath] only for Python >= 3.12"
This reverts commit 0936170.
1 parent d24ecd1 commit f44f49c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_OMCPath.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@
77
reason="OpenModelica Docker image is Linux-only; skipping on Windows.",
88
)
99

10-
skip_python_older_312 = pytest.mark.skipif(
11-
sys.version_info < (3, 12),
12-
reason="OMCPath only working for Python >= 3.12 (definition of pathlib.PurePath).",
13-
)
14-
1510

1611
@skip_on_windows
17-
@skip_python_older_312
1812
def test_OMCPath_docker():
1913
omcp = OMPython.OMCProcessDocker(docker="openmodelica/openmodelica:v1.25.0-minimal")
2014
om = OMPython.OMCSessionZMQ(omc_process=omcp)
@@ -40,7 +34,6 @@ def test_OMCPath_docker():
4034
del om
4135

4236

43-
@skip_python_older_312
4437
def test_OMCPath_local():
4538
om = OMPython.OMCSessionZMQ()
4639

0 commit comments

Comments
 (0)