diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 13:07:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:42 +0000 |
commit | cbcd3d962379d837f234706d9c40cca6f21db3dd (patch) | |
tree | c78cfd124594bba45a2bbf359aacf5a8b7189f7f | |
parent | 61f11df63f6f957638fad5c27475a646042b56b6 (diff) | |
download | aports-cbcd3d962379d837f234706d9c40cca6f21db3dd.tar.bz2 aports-cbcd3d962379d837f234706d9c40cca6f21db3dd.tar.xz |
testing/py3-pytest-regtest: rebuild against python 3.8
-rw-r--r-- | testing/py3-pytest-regtest/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pytest-regtest/APKBUILD b/testing/py3-pytest-regtest/APKBUILD index 9a8baa44f4..67e349e9f2 100644 --- a/testing/py3-pytest-regtest/APKBUILD +++ b/testing/py3-pytest-regtest/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-pytest-regtest _pyname=pytest-regtest pkgver=1.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="pytest-regtest is a pytest-plugin for implementing regression tests" url="https://gitlab.com/uweschmitt/pytest-regtest" arch="noarch" |