Skip to content

Commit caf94a9

Browse files
committed
fix tests
1 parent e282c7b commit caf94a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

upath/tests/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def test_copy_path():
190190
assert path.fs.storage_options == copy_path.fs.storage_options
191191

192192

193+
@pytest.mark.skipif(sys.platform.startswith("win"))
193194
def test_copy_path_posix():
194195
path = UPath("/tmp/folder")
195196
copy_path = UPath(path)

0 commit comments

Comments
 (0)