Merge pull request #264 from radarhere/test_depends

Removed unused pytest-cov
This commit is contained in:
Hugo van Kemenade 2022-03-19 15:43:33 +02:00 committed by GitHub
commit 6230b11e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -5,7 +5,7 @@ env:
- PLAT=x86_64
- UNICODE_WIDTH=32
- BUILD_DEPENDS=""
- TEST_DEPENDS="pytest pytest-cov"
- TEST_DEPENDS="pytest pytest-timeout"
language: python
# Default Python version is usually 3.6