mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Removed unused pytest-cov
This commit is contained in:
parent
893eea6265
commit
20b1355788
2
.github/workflows/wheels-build.yml
vendored
2
.github/workflows/wheels-build.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user