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: env:
REPO_DIR: Pillow REPO_DIR: Pillow
BUILD_DEPENDS: "" BUILD_DEPENDS: ""
TEST_DEPENDS: "pytest pytest-cov pytest-timeout" TEST_DEPENDS: "pytest pytest-timeout"
WHEEL_SDIR: wheelhouse WHEEL_SDIR: wheelhouse
jobs: jobs:

View File

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