Use pillow-depends test images

This commit is contained in:
Andrew Murray 2020-09-23 19:57:08 +10:00
parent 7942355bf4
commit 8226556bdb

View File

@ -97,6 +97,8 @@ function run_tests {
fi
pip install numpy
mv ../pillow-depends-master/test_images/* ../Pillow/Tests/images
# Runs tests on installed distribution from an empty directory
(cd ../Pillow && run_tests_in_repo)
# Test against expected codecs, modules and features