Skip to content

Commit d7ba0b3

Browse files
committed
updte
1 parent 9b8d257 commit d7ba0b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_data/processing/test_data_processor.py

+1
Original file line numberDiff line numberDiff line change
@@ -1150,6 +1150,7 @@ def test_is_path_valid_in_studio(monkeypatch, tmpdir):
11501150
assert _is_path("/teamspace/studios/this_studio", filepath)
11511151

11521152

1153+
@pytest.mark.skipif(sys.platform == "win32", reason="skip windows")
11531154
def test_to_path(tmpdir):
11541155
filepath = os.path.join(tmpdir, "a.png")
11551156
with open(filepath, "w") as f:

0 commit comments

Comments
 (0)