We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb7b20 commit bba9c19Copy full SHA for bba9c19
1 file changed
tests/tests.py
@@ -2195,6 +2195,7 @@ def test_nodelocal():
2195
)
2196
2197
2198
+<<<<<<< HEAD
2199
def test_keep_local():
2200
with tempfile.TemporaryDirectory() as tmpdir:
2201
snakefile = os.path.join(dpath("test_local_and_retrieve"), "keep_local.smk")
@@ -2287,6 +2288,7 @@ def test_retrieve():
2287
2288
assert os.path.exists(local_img)
2289
2290
2291
+@skip_on_windows
2292
def test_censored_path():
2293
snakefile = os.path.join(dpath("test_censored_path"), "Snakefile")
2294
p = sp.Popen(
0 commit comments