aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-18 09:26:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:35 +0000
commit8e5978830986f6933a86916cf7eca8c4b07f7db8 (patch)
treed40761600b2a7b3d34efd94a2ab9035097315770
parent8860c888c67116976ba746a89a0b65c1c1b41816 (diff)
community/py3-pytest-mock: rebuild against python 3.9
-rw-r--r--community/py3-pytest-mock/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pytest-mock/APKBUILD b/community/py3-pytest-mock/APKBUILD
index f5820aa88ad..c02d847104a 100644
--- a/community/py3-pytest-mock/APKBUILD
+++ b/community/py3-pytest-mock/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
pkgname=py3-pytest-mock
pkgver=3.5.1
-pkgrel=0
+pkgrel=1
pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
options="!check" # Fails
url="https://github.com/pytest-dev/pytest-mock"