diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 09:50:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:53 +0000 |
commit | e1605479f52768d37eaac09d404112075c9fd539 (patch) | |
tree | d79236a220d04671d1cb9878a0b4144786e16070 /community/py3-pytest-runner | |
parent | ddcaafd011baa95afc0257dec0004955bb5e9dfc (diff) | |
download | aports-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/APKBUILD | 2 |
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" |