From c90bacae1db94ad32349cfbe2cc6f28008d749fe Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 4 Nov 2019 15:55:21 +0000 Subject: [PATCH] testing/pytest-expect: rebuild against python 3.8 --- testing/pytest-expect/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/pytest-expect/APKBUILD b/testing/pytest-expect/APKBUILD index 81c149d5549..b95ad029ada 100644 --- a/testing/pytest-expect/APKBUILD +++ b/testing/pytest-expect/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stefan Wagner 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"