- use jpeg in test target

This commit is contained in:
elad laufer 2020-05-13 11:12:01 +03:00
parent b31523b470
commit c993a7ad2a

View File

@ -769,7 +769,7 @@ class TestConversion:
if '.autorot.' not in f and not f.startswith('.'):
source_filename = os.path.join(rotation_images, f)
actual_filename = temp_filename(self.tempdir, '.png')
actual_filename = temp_filename(self.tempdir, '.jpg')
pyvips.Image.new_from_file(source_filename).autorot().write_to_file(actual_filename)