Skip to content

Commit 423a0cc

Browse files
committed
[Tests] matlab reference was removed
ref. stack-of-tasks/dynamic-graph-python#74
1 parent 11b85e6 commit 423a0cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/python/python_imports.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def test_history(self):
7676
except ImportError as ie:
7777
self.fail(str(ie))
7878

79-
@unittest.skip("Fail on 'import dynamic_graph.matlab'")
8079
def test_thread_interruptible_loop(self):
8180
try:
8281
import dynamic_graph.sot.core.utils.thread_interruptible_loop # noqa

0 commit comments

Comments
 (0)