From c84fbfaa49e2b1187f856bfbe0f9dd5209110363 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 21 Feb 2022 13:33:24 +1100 Subject: [PATCH] Added pytest-timeout --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3e57bcdac..22226dea4 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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: