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: Wed, 10 Feb 2021 08:06:51 +0000 (UTC)	[thread overview]
Message-ID: <1612944390.059f436f9c8be87489fb7c87c6ac622d69b0a2c7.mgorny@gentoo> (raw)

commit:     059f436f9c8be87489fb7c87c6ac622d69b0a2c7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 23:43:09 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 08:06:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059f436f

dev-python/pytest-xdist: Bump to 2.2.1

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

 dev-python/pytest-xdist/Manifest                  |  1 +
 dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild | 37 +++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pytest-xdist/Manifest b/dev-python/pytest-xdist/Manifest
index 261ee16f370..aed96c0d4de 100644
--- a/dev-python/pytest-xdist/Manifest
+++ b/dev-python/pytest-xdist/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-xdist-1.34.0.tar.gz 66151 BLAKE2B ac5274e32b3ef6b72113efd4300eb6946a977e0e202d3383abcdbc022126b7806edb326ddc16abb1219e22eb091e06a9c39fce3031aaf5943d4ad653a47af142 SHA512 69e9877ee0268d71d7c0ca202ccc46b3ba1a9271f0e6e4ac4b76602833f9b7012364eb6924ae994e76c1d48d63adf1702d4c5e6ed5b75c52ac7ebae958210e24
 DIST pytest-xdist-2.2.0.tar.gz 64781 BLAKE2B 17287c28f31c42c6a8fe3622d4ba920a530e0ced3bc99cffd8f9de91c3498cc2a3b654cc32bd5b09ee8ec6c1f64226aec736acafd73397be2eb34bd3d192bb46 SHA512 2027f8512fbd6cb68ab36eb774b9d8b7e855c181733b884f394d0e84994926b4fe6158dbd55808328b262497036f101e71cb86553340eba0031d654f34541689
+DIST pytest-xdist-2.2.1.tar.gz 64956 BLAKE2B 7ea18b0e7893000ed9d8718506a7b0f7cf45444196a23e3defec34639c2159b52c7a533ddbc0e0a9b3c3f1e0a867ad5c85e3549167e9b7049ce718646ed50717 SHA512 0732f5ffb56eead3d1aeecd37381c2d9c6ed22398e8e51e9358b562765d737ebde48ecb6fe9f90d9a46902dba1422721cb2c7bfc9fc13918aa2c3b8e6a5e48c4

diff --git a/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild b/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild
new file mode 100644
index 00000000000..d27d1d1c78a
--- /dev/null
+++ b/dev-python/pytest-xdist/pytest-xdist-2.2.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{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 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+# pytest-xdist >= 2 fails with pytest < 6
+RDEPEND="
+	dev-python/execnet[${PYTHON_USEDEP}]
+	dev-python/psutil[${PYTHON_USEDEP}]
+	>=dev-python/pytest-6[${PYTHON_USEDEP}]
+	dev-python/pytest-forked[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	test? (
+		dev-python/filelock[${PYTHON_USEDEP}]
+	)
+"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.2.0-services-conflict.patch
+)
+
+distutils_enable_tests --install pytest


             reply	other threads:[~2021-02-10  8:06 UTC|newest]

Thread overview: 152+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-10  8:06 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-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-28 12:48 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=1612944390.059f436f9c8be87489fb7c87c6ac622d69b0a2c7.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