Fix py-pillow tests (#14670)

This commit is contained in:
Adam J. Stewart 2020-01-29 13:24:44 -06:00 committed by GitHub
parent b142914b24
commit ed4d544e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,8 @@ def variant_to_flag(variant):
return args
# Tests need to be re-added since `phases` was overridden
run_after('build_ext')(PythonPackage.test)
run_after('install')(PythonPackage.import_module_test)
run_after('build_ext')(
PythonPackage._run_default_build_time_test_callbacks)
run_after('install')(
PythonPackage._run_default_install_time_test_callbacks)
run_after('install')(PythonPackage.sanity_check_prefix)