aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pytest-runner
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-10-29 09:50:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:33:53 +0000
commite1605479f52768d37eaac09d404112075c9fd539 (patch)
treed79236a220d04671d1cb9878a0b4144786e16070 /community/py3-pytest-runner
parentddcaafd011baa95afc0257dec0004955bb5e9dfc (diff)
downloadaports-e1605479f52768d37eaac09d404112075c9fd539.tar.bz2
aports-e1605479f52768d37eaac09d404112075c9fd539.tar.xz
community/py3-pytest-runner: rebuild against python 3.8
Diffstat (limited to 'community/py3-pytest-runner')
-rw-r--r--community/py3-pytest-runner/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pytest-runner/APKBUILD b/community/py3-pytest-runner/APKBUILD
index 90984a341d..ba8b0cd520 100644
--- a/community/py3-pytest-runner/APKBUILD
+++ b/community/py3-pytest-runner/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-pytest-runner
_pkgname=pytest-runner
pkgver=5.2
-pkgrel=0
+pkgrel=1
pkgdesc="Invoke py.test as distutils command"
options="!check" # Requires unpackaged pytest-{checkdocs,flake8,virtualenv}
url="https://github.com/pytest-dev/pytest-runner"