Remove Windows-only path sanitization

This commit is contained in:
henryruhs
2025-01-04 16:11:22 +01:00
parent eb2f794ece
commit 612fd70e54
4 changed files with 13 additions and 37 deletions

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'))