mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 11:26:27 +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:
|
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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user