Skip to content

Commit 534644d

Browse files
committed
maintenance: enable inPlaceUpdate test for Windows
Symlinks are not used on windows, at all, admin user is not needed
1 parent fc640ed commit 534644d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_ext.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@ def test_listing_v1_0(self):
4444
# # Default behavior in 1.1 will be no expansion
4545
# self.assertEquals(main([get_data('tests/wf/listing_v1_1.cwl'), get_data('tests/listing-job.yml')]), 1)
4646

47-
@pytest.mark.skipif(onWindows(),
48-
reason="InplaceUpdate uses symlinks,does not run on windows without admin privileges")
47+
@needs_docker
4948
class TestInplaceUpdate(unittest.TestCase):
50-
5149
def test_updateval(self):
5250
try:
5351
tmp = tempfile.mkdtemp()

0 commit comments

Comments
 (0)