Merge pull request #162 from radarhere/test_images

Use pillow-depends test images
This commit is contained in:
mergify[bot] 2020-09-23 12:44:34 +00:00 committed by GitHub
commit 7d898f24a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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