remove utf-8 filename example
too tricky to make it work on both py27 and py37
This commit is contained in:
parent
14859f9862
commit
d00573b26a
@ -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")
|
||||
|
BIN
test/test-suite/images/sample.jpg
Normal file
BIN
test/test-suite/images/sample.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
Before Width: | Height: | Size: 176 KiB |
Loading…
Reference in New Issue
Block a user