diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:50:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:53 +0000 |
commit | d51d97ca3fea19aa9e2e94085fcf3bbee794b4c1 (patch) | |
tree | e1310a38a7124a3ec134b9dec6a2d991b9af1265 /testing/pytest-cov | |
parent | 0139da5fce3c282e51370b0fdd70c0a375dc1b18 (diff) | |
download | aports-d51d97ca3fea19aa9e2e94085fcf3bbee794b4c1.tar.bz2 aports-d51d97ca3fea19aa9e2e94085fcf3bbee794b4c1.tar.xz |
testing/pytest-cov: rebuild against python 3.7
Diffstat (limited to 'testing/pytest-cov')
-rw-r--r-- | testing/pytest-cov/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pytest-cov/APKBUILD b/testing/pytest-cov/APKBUILD index e9db3f0e33..03067aae19 100644 --- a/testing/pytest-cov/APKBUILD +++ b/testing/pytest-cov/APKBUILD @@ -3,7 +3,7 @@ pkgname=pytest-cov _pkgname=${pkgname#py-} pkgver=2.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="Pytest plugin for measuring coverage." url="https://github.com/pytest-dev/pytest-cov" arch="noarch" |