Fix py-pillow tests (#14670)
This commit is contained in:
parent
b142914b24
commit
ed4d544e8f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user