Added pytest-timeout

This commit is contained in:
Andrew Murray 2022-02-21 13:33:24 +11:00
parent b8ceb43863
commit c84fbfaa49

View File

@ -6,7 +6,7 @@ on: [push, pull_request, workflow_dispatch]
env:
REPO_DIR: Pillow
BUILD_DEPENDS: ""
TEST_DEPENDS: "pytest pytest-cov"
TEST_DEPENDS: "pytest pytest-cov pytest-timeout"
WHEEL_SDIR: wheelhouse
jobs: