Remove Windows-only path sanitization

This commit is contained in:
henryruhs
2025-04-28 10:03:24 +02:00
parent eb2f794ece
commit 612fd70e54
4 changed files with 13 additions and 37 deletions
-1
View File
@@ -39,7 +39,6 @@ def test_read_image() -> None:
assert read_image('invalid') is None
@pytest.mark.skip()
def test_write_image() -> None:
vision_frame = read_image(get_test_example_file('target-240p.jpg'))