aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pytest-rerunfailures/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-pytest-rerunfailures/APKBUILD')
-rw-r--r--testing/py3-pytest-rerunfailures/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/py3-pytest-rerunfailures/APKBUILD b/testing/py3-pytest-rerunfailures/APKBUILD
deleted file mode 100644
index b32c872b76b..00000000000
--- a/testing/py3-pytest-rerunfailures/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Philipp Glaum <p@pglaum.de>
-# Maintainer: Philipp Glaum <p@pglaum.de>
-pkgname=py3-pytest-rerunfailures
-_pkgname=pytest-rerunfailures
-pkgver=9.1.1
-pkgrel=1
-pkgdesc="Pytest plugin to re-run tests to eliminate flaky failures"
-url="https://pypi.org/project/pytest-rerunfailures/"
-arch="noarch"
-license="MPL-2.0"
-depends="python3 py3-pytest"
-makedepends="py3-setuptools"
-checkdepends="py3-mock"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- py.test-3
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="875591306ab010494ccbb865ea6445ab37422fce9105260d9495215af44057210564aca4fed3b4765b5a30c1cbef120de716d15d10a6db91dcb7d9f5b4f3b102 pytest-rerunfailures-9.1.1.tar.gz"