mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
enable heap verification
This commit is contained in:
parent
4f939a1c2d
commit
bf51d71660
1
.github/workflows/wheels.yml
vendored
1
.github/workflows/wheels.yml
vendored
|
@ -152,6 +152,7 @@ jobs:
|
|||
CIBW_CONFIG_SETTINGS: raqm=enable raqm=vendor fribidi=vendor
|
||||
CIBW_TEST_SKIP: "*-win_arm64"
|
||||
CIBW_TEST_COMMAND: >-
|
||||
reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\python.exe" /v "GlobalFlag" /t REG_SZ /d "0x02000000" /f &&
|
||||
cd /d {project} &&
|
||||
python.exe selftest.py &&
|
||||
python.exe -m pytest -vx -W always Tests
|
||||
|
|
Loading…
Reference in New Issue
Block a user