Skip to content

Commit ae98cd3

Browse files
authored
Remove redundant check (#563)
Non-functional change.
1 parent f1ec4ce commit ae98cd3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_image.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,6 @@ def test_from_PIL(self):
395395
assert im.max() == 0
396396

397397
@skip_if_no('uhdrload')
398-
@pytest.mark.skipif(not pyvips.at_least_libvips(8, 18),
399-
reason="requires libvips >= 8.18")
400398
def test_gainmap(self):
401399
def crop_gainmap(image):
402400
gainmap = image.get_gainmap()

0 commit comments

Comments
 (0)