public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/
Date: Tue, 28 Jul 2020 12:48:47 +0000 (UTC)	[thread overview]
Message-ID: <1595940522.214eecd3d653caf0b3249728ef1b14f1b23a775a.mgorny@gentoo> (raw)

commit:     214eecd3d653caf0b3249728ef1b14f1b23a775a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 12:35:28 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 12:48:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214eecd3

dev-python/pytest-xdist: Bump to 1.34.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-xdist/Manifest                   |  1 +
 dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 5ce83b0cf45..76387d4b5ce 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -3,3 +3,4 @@ DIST pytest-xdist-1.28.0.tar.gz 61486 BLAKE2B ef8157079ea890342cd566f327588148fa
 DIST pytest-xdist-1.31.0.tar.gz 66133 BLAKE2B 79fe5f3bcad3421c1c751ffe6e09f0da42d4ff7c0016cb421ffabcab167028ec41ccfb02bbb275564cd74b13ade8d6e79bbb70b34995f3bc9000604a1533df9a SHA512 b7960d20295232b251c8ddcc5a3b9d6e7b761d577ba11c2647b4b4b410ee5c05998cf57fa57208561eb3ea7c4914db1fd446173794589d8c8e8e79ff8e0ad3aa
 DIST pytest-xdist-1.32.0.tar.gz 67733 BLAKE2B da0ce4e43dc8752e4329ddcbc13a5f55f5bc120c13f39bb01916770d2dc1864197fd91f92bc55ba27cd74b0d837ac2d310980874cdf54761339b2cd654dd6e74 SHA512 f159b4653efb4afeff4124df484670d3c672e1014712f948390b25efc53096f8237258c83a5f1a9e688c52b4a756291cb731d37fdfa800707f556550a19cb0e8
 DIST pytest-xdist-1.33.0.tar.gz 65588 BLAKE2B 096ffa9295ec0ef4d390b714b02a4d126aa33475b55591b91375f2da0c957802e007b990dc2051d5198f223b250a4a7294367c9da8f8969313a61a7e8ef18ebd SHA512 5e5b23e60b546779d4bbcc9b86c004bdb084689ba006c8bb8a7db9be60b6080f04a5bb2b1f5b43a5062b82e35493331d1da699d8a36177307280b06aa23a1367
+DIST pytest-xdist-1.34.0.tar.gz 66151 BLAKE2B ac5274e32b3ef6b72113efd4300eb6946a977e0e202d3383abcdbc022126b7806edb326ddc16abb1219e22eb091e06a9c39fce3031aaf5943d4ad653a47af142 SHA512 69e9877ee0268d71d7c0ca202ccc46b3ba1a9271f0e6e4ac4b76602833f9b7012364eb6924ae994e76c1d48d63adf1702d4c5e6ed5b75c52ac7ebae958210e24

diff --git a/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild
new file mode 100644
index 00000000000..963bc520b04
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-1.34.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Distributed testing and loop-on-failing modes"
+HOMEPAGE="https://pypi.org/project/pytest-xdist/ https://github.com/pytest-dev/pytest-xdist"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# pleaes do not depend on pytest to avoid unnecessary USEDEP enforcement
+RDEPEND="
+	dev-python/execnet[${PYTHON_USEDEP}]
+	dev-python/pytest-forked[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	test? (
+		${RDEPEND}
+		dev-python/filelock[${PYTHON_USEDEP}]
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}"/pytest-xdist-1.32.0-timeout.patch
+)
+
+python_test() {
+	distutils_install_for_testing
+	pytest -vv testing || die "Tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2020-07-28 12:48 UTC|newest]

Thread overview: 152+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-28 12:48 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25  6:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-xdist/ Michał Górny
2024-05-25  6:13 Arthur Zamarin
2024-05-09 16:48 Michał Górny
2024-04-29  3:27 Michał Górny
2024-04-20  5:40 Michał Górny
2024-01-28 19:37 Michał Górny
2023-12-09 14:00 Michał Górny
2023-12-09 13:56 Michał Górny
2023-11-24  9:31 Sam James
2023-11-23  4:19 Michał Górny
2023-11-21 19:05 Michał Górny
2023-11-11 20:23 Michał Górny
2023-11-05 20:58 Michał Górny
2023-11-05 19:08 Arthur Zamarin
2023-10-06  0:42 Sam James
2023-06-18 17:13 Michał Górny
2023-06-18 14:47 Sam James
2023-05-24  8:32 Michał Górny
2023-05-24  7:02 Michał Górny
2023-05-20  6:22 Michał Górny
2023-05-13  4:46 Michał Górny
2023-03-17 17:18 Michał Górny
2023-03-17 15:58 Arthur Zamarin
2023-03-13  5:12 Michał Górny
2023-02-12 19:05 Michał Górny
2023-02-08  6:27 Michał Górny
2023-01-08  5:06 Michał Górny
2023-01-07 18:27 Arthur Zamarin
2022-12-04  7:45 Michał Górny
2022-11-25 13:52 Michał Górny
2022-11-25 13:45 Arthur Zamarin
2022-10-25 20:30 Arthur Zamarin
2022-06-10  4:15 Michał Górny
2022-06-10  3:09 Sam James
2022-05-09 20:38 Michał Górny
2022-05-09 20:12 Michał Górny
2022-01-10 19:50 Michał Górny
2022-01-10 19:45 Arthur Zamarin
2021-12-10 17:12 Arthur Zamarin
2021-10-24  5:13 Arthur Zamarin
2021-10-24  0:19 Sam James
2021-10-15 19:53 Arthur Zamarin
2021-09-22  7:37 Michał Górny
2021-09-21 19:47 Michał Górny
2021-08-21 22:15 James Le Cuirot
2021-07-25  8:41 Michał Górny
2021-07-25  1:04 Sam James
2021-06-17  6:40 Michał Górny
2021-05-05 17:05 Michał Górny
2021-03-14 22:33 Sam James
2021-02-10  8:06 Michał Górny
2021-02-01 17:23 Michał Górny
2021-02-01 15:07 Agostino Sarubbo
2021-01-18 18:48 Michał Górny
2021-01-18 16:53 Sam James
2020-12-22  8:00 Sergei Trofimovich
2020-12-18 11:13 Louis Sautier
2020-12-15 11:05 Michał Górny
2020-12-01 17:52 Louis Sautier
2020-11-28  8:50 Sam James
2020-09-24  6:49 Agostino Sarubbo
2020-09-21 16:06 Michał Górny
2020-09-20  7:57 Michał Górny
2020-09-09  0:37 Sam James
2020-08-26  6:38 Michał Górny
2020-08-15 17:52 Sam James
2020-08-15  8:44 Michał Górny
2020-08-03 16:34 Sergei Trofimovich
2020-07-28 13:23 Michał Górny
2020-07-28 12:53 Michał Górny
2020-07-17 10:42 Sam James
2020-07-17  7:21 Agostino Sarubbo
2020-07-14 16:38 Sergei Trofimovich
2020-07-11 22:38 Sam James
2020-07-10  6:30 Michał Górny
2020-07-09  8:59 Agostino Sarubbo
2020-06-18 17:37 Sergei Trofimovich
2020-05-26 12:58 Michał Górny
2020-05-21  8:03 Agostino Sarubbo
2020-05-16 19:47 Sergei Trofimovich
2020-05-04 11:44 Michał Górny
2020-04-01 19:19 Mart Raudsepp
2020-03-28 18:49 Michał Górny
2020-03-28 18:49 Michał Górny
2020-03-25 15:27 Agostino Sarubbo
2019-12-20 20:10 Michał Górny
2019-12-07 23:07 Matt Turner
2019-11-23 10:35 Michał Górny
2019-11-23 10:35 Michał Górny
2019-10-12 20:23 Matt Turner
2019-07-29  8:50 Mikle Kolyada
2019-07-23  1:11 Aaron Bauman
2019-06-27  7:05 Sergei Trofimovich
2019-06-22 14:13 Sergei Trofimovich
2019-04-12  3:52 Aaron Bauman
2019-02-04 19:57 Virgil Dupras
2019-02-04 19:57 Virgil Dupras
2019-01-17 20:45 Mikle Kolyada
2018-12-28 20:43 Mikle Kolyada
2018-11-11 10:11 Mikle Kolyada
2018-11-08 23:35 Sergei Trofimovich
2018-10-31 23:35 Sergei Trofimovich
2018-10-17 18:38 Sergei Trofimovich
2018-10-15 18:57 Virgil Dupras
2018-10-14  8:04 Mikle Kolyada
2018-10-13  6:56 Tobias Klausmann
2018-10-09 21:24 Thomas Deutschmann
2018-10-09  5:12 Matt Turner
2018-10-09  5:12 Matt Turner
2018-10-08 21:35 Virgil Dupras
2018-07-28  1:21 Mikle Kolyada
2018-07-16 19:57 Michał Górny
2018-07-11 22:39 Michał Górny
2018-07-11 15:55 Michał Górny
2018-07-11 15:55 Michał Górny
2018-07-11 15:55 Michał Górny
2018-02-22 15:52 Michał Górny
2018-02-17 21:51 Patrice Clement
2018-01-06  0:44 Michał Górny
2017-11-19  2:50 Tim Harder
2017-08-22  3:42 Tim Harder
2017-05-26 18:34 Mart Raudsepp
2017-05-18 20:12 Michael Weber
2017-05-03  9:26 Michał Górny
2017-03-22 19:48 Markus Meier
2017-03-11 17:07 Agostino Sarubbo
2017-02-25 10:03 Agostino Sarubbo
2017-02-23 16:35 Michael Weber
2017-02-23 16:35 Michael Weber
2017-02-23 14:12 Michael Weber
2017-02-21 11:54 Tobias Klausmann
2017-02-19  8:40 Markus Meier
2017-02-18 17:58 Mike Gilbert
2017-02-18 17:40 Mike Gilbert
2017-02-17 21:04 Mike Frysinger
2017-02-12 22:20 Zac Medico
2017-02-12 17:10 Agostino Sarubbo
2017-02-04 12:08 Jeroen Roovers
2017-01-25  6:39 Jeroen Roovers
2016-11-30 18:05 Michał Górny
2016-11-06 21:39 Matt Thode
2016-10-07 18:11 Brian Dolbec
2016-05-06  5:26 Ian Delaney
2016-05-05  8:06 Ian Delaney
2016-02-01 16:27 Justin Lecher
2016-02-01 15:44 Justin Lecher
2015-10-15  8:57 Justin Lecher
2015-10-14 17:21 Michał Górny
2015-09-09  9:49 Justin Lecher
2015-09-09  9:49 Justin Lecher
2015-09-09  9:49 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1595940522.214eecd3d653caf0b3249728ef1b14f1b23a775a.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox