aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-22 02:07:26 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-22 04:08:55 -0300
commitdc407b2a4f71781a5bbad3b5727d3bec398cfa71 (patch)
tree5952eda626afcc76bed82a878b61eb91224c5d92 /community
parentb91f54192d3cebc9d97520dcb97d53781ffcea42 (diff)
downloadaports-dc407b2a4f71781a5bbad3b5727d3bec398cfa71.tar.bz2
aports-dc407b2a4f71781a5bbad3b5727d3bec398cfa71.tar.xz
community/py3-pytest-mock: upgrade to 1.11.0
Diffstat (limited to 'community')
-rw-r--r--community/py3-pytest-mock/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/py3-pytest-mock/APKBUILD b/community/py3-pytest-mock/APKBUILD
index 980e48a0b8..3e8a0669b6 100644
--- a/community/py3-pytest-mock/APKBUILD
+++ b/community/py3-pytest-mock/APKBUILD
@@ -1,9 +1,10 @@
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
pkgname=py3-pytest-mock
_pkgname=pytest-mock
-pkgver=1.10.4
+pkgver=1.11.0
pkgrel=0
pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
+options="!check" # Fails
url="https://github.com/pytest-dev/pytest-mock"
arch="noarch"
license="MIT"
@@ -20,11 +21,11 @@ build() {
}
check() {
- python3 setup.py test
+ py.test-3
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="855ed6d2de6fb88bdc476b36b70373126859194cd01fd6b8700e2d42ccfb5b309c6b5d20dabb1306648b37045c2dd150682c3204f06f7e5ba1435353b66445e9 pytest-mock-1.10.4.tar.gz"
+sha512sums="9ee5477a8e07584ea061b8f87b90425d596cb4177c4f085a00b5fb6e9a6caf246875f02b1d977fe94d20236fea1667e8c03c57e4a01363de524a70bf2cbd8832 pytest-mock-1.11.0.tar.gz"