Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
337f4334
Commit
337f4334
authored
2 years ago
by
Hoang Nguyen
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-pytest-rerunfailures: upgrade to 10.2
Build with PEP517 style
parent
e86f1b70
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38820
testing/xonsh: upgrade to 0.13.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py3-pytest-rerunfailures/APKBUILD
+11
-8
11 additions, 8 deletions
testing/py3-pytest-rerunfailures/APKBUILD
with
11 additions
and
8 deletions
testing/py3-pytest-rerunfailures/APKBUILD
+
11
−
8
View file @
337f4334
# Contributor: Philipp Glaum <p@pglaum.de>
# Contributor: Philipp Glaum <p@pglaum.de>
# Maintainer: Philipp Glaum <p@pglaum.de>
# Maintainer: Philipp Glaum <p@pglaum.de>
pkgname
=
py3-pytest-rerunfailures
pkgname
=
py3-pytest-rerunfailures
_pkgname
=
pytest-rerunfailures
_pkgname
=
${
pkgname
#py3-
}
pkgver
=
9.1.1
pkgver
=
10.2
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"Pytest plugin to re-run tests to eliminate flaky failures"
pkgdesc
=
"Pytest plugin to re-run tests to eliminate flaky failures"
url
=
"https://pypi.org/project/pytest-rerunfailures/"
url
=
"https://pypi.org/project/pytest-rerunfailures/"
arch
=
"noarch"
arch
=
"noarch"
license
=
"MPL-2.0"
license
=
"MPL-2.0"
depends
=
"python3 py3-pytest"
depends
=
"python3 py3-pytest"
makedepends
=
"py3-setuptools"
makedepends
=
"py3-setuptools
py3-build py3-installer py3-wheel
"
checkdepends
=
"py3-mock"
checkdepends
=
"py3-mock"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
build
()
{
python3
setup.py build
python3
-m
build
--no-isolation
--wheel
}
}
check
()
{
check
()
{
py
.
test
-3
py
thon3
-m
py
test
}
}
package
()
{
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python3
-m
installer
-d
"
$pkgdir
"
\
dist/
${
_pkgname
/-/_
}
-
$pkgver
-py3-none-any
.whl
}
}
sha512sums
=
"875591306ab010494ccbb865ea6445ab37422fce9105260d9495215af44057210564aca4fed3b4765b5a30c1cbef120de716d15d10a6db91dcb7d9f5b4f3b102 pytest-rerunfailures-9.1.1.tar.gz"
sha512sums
=
"
8830610276e2cc172ee372ae4d8376bc6329138751ea2737a4def6af32d05c112c872a7a180ff554018058c05ed0d109927dbac61f748586257e40b0243f03c8 pytest-rerunfailures-10.2.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment