We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74127a7 commit 5287640Copy full SHA for 5287640
1 file changed
tests/test_OMCPath.py
@@ -43,15 +43,6 @@ def test_OMCPath_OMCProcessDocker():
43
del om
44
45
46
-@skip_python_older_312
47
-def test_OMCPath_local():
48
- om = OMPython.OMCProcessLocal()
49
-
50
- _run_OMCPath_checks(om)
51
52
- del om
53
54
55
@pytest.mark.skip(reason="Not able to run WSL on github")
56
@skip_python_older_312
57
def test_OMCPath_OMCProcessWSL():
0 commit comments