aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pytest-expect
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 15:55:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:38 +0000
commitc90bacae1db94ad32349cfbe2cc6f28008d749fe (patch)
tree6c53290cd282da041d85ca5f20f2780176de5cd7 /testing/pytest-expect
parentadbe65f78d191c5e2ed8051c61c9a57cd971ae7e (diff)
downloadaports-c90bacae1db94ad32349cfbe2cc6f28008d749fe.tar.bz2
aports-c90bacae1db94ad32349cfbe2cc6f28008d749fe.tar.xz
testing/pytest-expect: rebuild against python 3.8
Diffstat (limited to 'testing/pytest-expect')
-rw-r--r--testing/pytest-expect/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pytest-expect/APKBUILD b/testing/pytest-expect/APKBUILD
index 81c149d554..b95ad029ad 100644
--- a/testing/pytest-expect/APKBUILD
+++ b/testing/pytest-expect/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
pkgname=pytest-expect
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="py.test plugin that stores test expectations."
options="!check" # No testsuite in tarball
url="https://github.com/gsnedders/pytest-expect"