diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:50:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:53 +0000 |
commit | ef73fc94cac5941818635670f1d8680e00f53705 (patch) | |
tree | 32a50c24683f02e8b8d296ff1d2affdc516f418d | |
parent | d51d97ca3fea19aa9e2e94085fcf3bbee794b4c1 (diff) | |
download | aports-ef73fc94cac5941818635670f1d8680e00f53705.tar.bz2 aports-ef73fc94cac5941818635670f1d8680e00f53705.tar.xz |
testing/pytest-mock: rebuild against python 3.7
-rw-r--r-- | testing/pytest-mock/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pytest-mock/APKBUILD b/testing/pytest-mock/APKBUILD index c33f8d351a..34fa493280 100644 --- a/testing/pytest-mock/APKBUILD +++ b/testing/pytest-mock/APKBUILD @@ -2,7 +2,7 @@ pkgname=pytest-mock _pkgname=${pkgname#py-} pkgver=1.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="Thin-wrapper around the mock package for easier use with py.test" url="https://github.com/pytest-dev/pytest-mock" arch="noarch" |