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
4cb7b2f4
Commit
4cb7b2f4
authored
4 years ago
by
Justin Berthault
Committed by
Rasmus Thomsen
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-pytest-xdist: upgrade to 1.32.0
parent
2a90abd1
No related branches found
No related tags found
3 merge requests
!11958
community/rclone: upgrade to 1.52.3
,
!9763
[3.12] community/znc: upgrade to 1.8.1
,
!8927
community/py3-pytest-xdist: upgrade to 1.32.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/py3-pytest-xdist/APKBUILD
+3
-3
3 additions, 3 deletions
community/py3-pytest-xdist/APKBUILD
community/py3-pytest-xdist/skip-failing-test.patch
+9
-6
9 additions, 6 deletions
community/py3-pytest-xdist/skip-failing-test.patch
with
12 additions
and
9 deletions
community/py3-pytest-xdist/APKBUILD
+
3
−
3
View file @
4cb7b2f4
# Contributor: Dmitry Romanenko <dmitry@romanenko.in>
# Contributor: Dmitry Romanenko <dmitry@romanenko.in>
# Maintainer: Dmitry Romanenko <dmitry@romanenko.in>
# Maintainer: Dmitry Romanenko <dmitry@romanenko.in>
pkgname
=
py3-pytest-xdist
pkgname
=
py3-pytest-xdist
pkgver
=
1.3
1
.0
pkgver
=
1.3
2
.0
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"pytest xdist plugin for distributed testing and loop-on-failing modes"
pkgdesc
=
"pytest xdist plugin for distributed testing and loop-on-failing modes"
url
=
"https://github.com/pytest-dev/pytest-xdist"
url
=
"https://github.com/pytest-dev/pytest-xdist"
...
@@ -37,5 +37,5 @@ package() {
...
@@ -37,5 +37,5 @@ package() {
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
}
sha512sums
=
"
b7960d20295232b251c8ddcc5a3b9d6e7b761d577ba11c2647b4b4b410ee5c05998cf57fa57208561eb3ea7c4914db1fd446173794589d8c8e8e79ff8e0ad3aa
pytest-xdist-1.3
1
.0.tar.gz
sha512sums
=
"
f159b4653efb4afeff4124df484670d3c672e1014712f948390b25efc53096f8237258c83a5f1a9e688c52b4a756291cb731d37fdfa800707f556550a19cb0e8
pytest-xdist-1.3
2
.0.tar.gz
4777113de61a6377a8c45f6a3321fabef3b407a2efdfe70baacd6ba0df0266742efdeb1008532fe2f42c831ea2b908b820fb3a17808567e265d67b1970f876ad
skip-failing-test.patch"
da339ce326ccd6bc46024af269bf36b19e2cd384e71edc73fc85b031b763125f2f1b3ef3c3d8f44e56f0198e1838291ca8b503bd8ce081a69e5b0f11ab06bf3f
skip-failing-test.patch"
This diff is collapsed.
Click to expand it.
community/py3-pytest-xdist/skip-failing-test.patch
+
9
−
6
View file @
4cb7b2f4
Upstream:
no
Upstream:
Yes
Reason:
test is failing and holding the 3.12 builders up
Reason:
Python 3.8 test failure
diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py
index d93f08e..435c043 100644
URL: https://github.com/pytest-dev/pytest-xdist/pull/527
--- a/testing/acceptance_test.py
--- a/testing/acceptance_test.py
+++ b/testing/acceptance_test.py
+++ b/testing/acceptance_test.py
@@ -115,
6
+115,7 @@
class TestDistribution:
@@ -115,
9
+115,7 @@
class TestDistribution:
assert result.ret == 2
assert result.ret == 2
result.stdout.fnmatch_lines(["*Interrupted: stopping*1*", "*1 failed*"])
result.stdout.fnmatch_lines(["*Interrupted: stopping*1*", "*1 failed*"])
+ @pytest.mark.skip(reason="failing")
- @pytest.mark.xfail(
- reason="#527: Python 3.8 failure in pytest where testdir.tmpdir returns an unexpected value"
- )
+ @pytest.mark.skip(reason="failure")
def test_basetemp_in_subprocesses(self, testdir):
def test_basetemp_in_subprocesses(self, testdir):
p1 = testdir.makepyfile(
p1 = testdir.makepyfile(
"""
"""
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