Removed unused pytest-cov

This commit is contained in:
Andrew Murray 2022-03-19 23:05:56 +11:00
parent 893eea6265
commit 20b1355788
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"
language: python
# Default Python version is usually 3.6