Skip to content

Commit 420b69f

Browse files
committed
test_singularity: remove sys.argv alteration
1 parent efda9e3 commit 420b69f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_singularity.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Tests to find local Singularity image."""
22
import shutil
33
import os
4-
import sys
54
from pathlib import Path
65

76
from cwltool.main import main
@@ -14,8 +13,6 @@
1413
working_directory,
1514
)
1615

17-
sys.argv = [""]
18-
1916

2017
@needs_singularity_2_6
2118
def test_singularity_pullfolder(tmp_path: Path) -> None:

0 commit comments

Comments
 (0)