remove utf-8 filename example

too tricky to make it work on both py27 and py37
This commit is contained in:
John Cupitt 2019-11-26 09:07:10 +00:00
parent 14859f9862
commit d00573b26a
3 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import pytest
import pyvips
IMAGES = os.path.join(os.path.dirname(__file__), os.pardir, 'images')
JPEG_FILE = os.path.join(IMAGES, "йцук.jpg")
JPEG_FILE = os.path.join(IMAGES, "sample.jpg")
SRGB_FILE = os.path.join(IMAGES, "sRGB.icm")
MATLAB_FILE = os.path.join(IMAGES, "sample.mat")
PNG_FILE = os.path.join(IMAGES, "sample.png")

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB