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 5394e94 commit f1b3aecCopy full SHA for f1b3aec
tests/test_docker.py
@@ -1,8 +1,6 @@
1
import OMPython
2
-import pytest
3
4
5
-@pytest.mark.skip(reason="This test would fail")
6
def test_docker():
7
omcp = OMPython.OMCProcessDocker(docker="openmodelica/openmodelica:v1.16.1-minimal")
8
om = OMPython.OMCSessionZMQ(omc_process=omcp)
0 commit comments