Skip to content

Commit 80cf740

Browse files
radarherehugovk
andauthored
Removed fixture
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 624848f commit 80cf740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_file_jpeg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ def test_truncated_jpeg_throws_oserror(self) -> None:
541541
@mark_if_feature_version(
542542
pytest.mark.valgrind_known_error, "libjpeg_turbo", "2.0", reason="Known Failing"
543543
)
544-
def test_qtables(self, tmp_path: Path) -> None:
544+
def test_qtables(self) -> None:
545545
def _n_qtables_helper(n: int, test_file: str) -> None:
546546
b = BytesIO()
547547
with Image.open(test_file) as im:

0 commit comments

Comments
 (0)