From 8226556bdb4589397a6636b7290788e66342a3ec Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 23 Sep 2020 19:57:08 +1000 Subject: [PATCH] Use pillow-depends test images --- config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.sh b/config.sh index 17e64542..5702b220 100644 --- a/config.sh +++ b/config.sh @@ -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