We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24ecd1 commit f44f49cCopy full SHA for f44f49c
tests/test_OMCPath.py
@@ -7,14 +7,8 @@
7
reason="OpenModelica Docker image is Linux-only; skipping on Windows.",
8
)
9
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
-
15
16
@skip_on_windows
17
-@skip_python_older_312
18
def test_OMCPath_docker():
19
omcp = OMPython.OMCProcessDocker(docker="openmodelica/openmodelica:v1.25.0-minimal")
20
om = OMPython.OMCSessionZMQ(omc_process=omcp)
@@ -40,7 +34,6 @@ def test_OMCPath_docker():
40
34
del om
41
35
42
36
43
44
37
def test_OMCPath_local():
45
38
om = OMPython.OMCSessionZMQ()
46
39
0 commit comments