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 fc640ed commit 534644dCopy full SHA for 534644d
tests/test_ext.py
@@ -44,10 +44,8 @@ def test_listing_v1_0(self):
44
# # Default behavior in 1.1 will be no expansion
45
# self.assertEquals(main([get_data('tests/wf/listing_v1_1.cwl'), get_data('tests/listing-job.yml')]), 1)
46
47
-@pytest.mark.skipif(onWindows(),
48
- reason="InplaceUpdate uses symlinks,does not run on windows without admin privileges")
+@needs_docker
49
class TestInplaceUpdate(unittest.TestCase):
50
-
51
def test_updateval(self):
52
try:
53
tmp = tempfile.mkdtemp()
0 commit comments