Merge pull request #257 from radarhere/pytest

This commit is contained in:
Hugo van Kemenade 2022-02-21 08:52:41 +02:00 committed by GitHub
commit 54def7682a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: