From 20b1355788410a80392b25e52dabd7b1a84bf899 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 19 Mar 2022 23:05:56 +1100 Subject: [PATCH 1/2] Removed unused pytest-cov --- .github/workflows/wheels-build.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels-build.yml b/.github/workflows/wheels-build.yml index 6858dd0ad..c475de9f7 100644 --- a/.github/workflows/wheels-build.yml +++ b/.github/workflows/wheels-build.yml @@ -13,7 +13,7 @@ on: env: REPO_DIR: Pillow BUILD_DEPENDS: "" - TEST_DEPENDS: "pytest pytest-cov pytest-timeout" + TEST_DEPENDS: "pytest pytest-timeout" WHEEL_SDIR: wheelhouse jobs: diff --git a/.travis.yml b/.travis.yml index dad2dacc3..c81e97642 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: - PLAT=x86_64 - UNICODE_WIDTH=32 - BUILD_DEPENDS="" - - TEST_DEPENDS="pytest pytest-cov" + - TEST_DEPENDS="pytest" language: python # Default Python version is usually 3.6 From a2302a44e340514beb955299eccbd9953bb13090 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 19 Mar 2022 23:06:19 +1100 Subject: [PATCH 2/2] Added pytest-timeout --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c81e97642..9378d6638 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: - PLAT=x86_64 - UNICODE_WIDTH=32 - BUILD_DEPENDS="" - - TEST_DEPENDS="pytest" + - TEST_DEPENDS="pytest pytest-timeout" language: python # Default Python version is usually 3.6