Skip to content

Commit f1b3aec

Browse files
committed
Enable docker test
1 parent 5394e94 commit f1b3aec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_docker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import OMPython
2-
import pytest
32

43

5-
@pytest.mark.skip(reason="This test would fail")
64
def test_docker():
75
omcp = OMPython.OMCProcessDocker(docker="openmodelica/openmodelica:v1.16.1-minimal")
86
om = OMPython.OMCSessionZMQ(omc_process=omcp)

0 commit comments

Comments
 (0)