Add latest version of py-pytest-cov (#13302)

This commit is contained in:
Adam J. Stewart 2019-10-20 11:17:47 -05:00 committed by GitHub
parent 03b1af0d96
commit 63dd97f84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,14 @@ class PyPytestCov(PythonPackage):
"""Pytest plugin for measuring coverage."""
homepage = "https://github.com/pytest-dev/pytest-cov"
url = "https://pypi.io/packages/source/p/pytest-cov/pytest-cov-2.3.1.tar.gz"
url = "https://pypi.io/packages/source/p/pytest-cov/pytest-cov-2.8.1.tar.gz"
version('2.8.1', sha256='cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b')
version('2.3.1', sha256='fa0a212283cdf52e2eecc24dd6459bb7687cc29adb60cb84258fab73be8dda0f')
extends('python', ignore=r'bin/*')
depends_on('py-setuptools', type='build')
depends_on('py-pytest@2.6.0:', type=('build', 'run'))
depends_on('py-coverage@3.7.1:', type=('build', 'run'))
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-pytest@3.6:', type=('build', 'run'))
depends_on('py-coverage@4.4:', type=('build', 'run'))