mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
Merge pull request #264 from radarhere/test_depends
Removed unused pytest-cov
This commit is contained in:
commit
6230b11e3b
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 pytest-timeout"
|
||||
|
||||
language: python
|
||||
# Default Python version is usually 3.6
|
||||
|
|
Loading…
Reference in New Issue
Block a user