commit:     a1a30ee0c05d7f65db7124843afb2a7232d42540
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Nov  1 16:25:50 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Nov  1 17:34:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a30ee0

dev-python/pytest-xdist: remove unused patch(es)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22785
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 .../pytest-xdist-2.2.0-services-conflict.patch     | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git 
a/dev-python/pytest-xdist/files/pytest-xdist-2.2.0-services-conflict.patch 
b/dev-python/pytest-xdist/files/pytest-xdist-2.2.0-services-conflict.patch
deleted file mode 100644
index 2c911601b07..00000000000
--- a/dev-python/pytest-xdist/files/pytest-xdist-2.2.0-services-conflict.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 082beb2ce0fe1f338311d85e656b962df8a16ce1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <[email protected]>
-Date: Tue, 15 Dec 2020 11:38:53 +0100
-Subject: [PATCH] Disable pytest-services plugin in test to avoid worker_id
- conflict
-
-Pass "-p no:pytest-services" in test_worker_id_fixture() to ensure
-that the presence (and implicit loading) of pytest-services will not
-cause the test to fail via overriding worker name.
-
-Fixes #611
----
- testing/acceptance_test.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py
-index c273bfa..3bea8fc 100644
---- a/testing/acceptance_test.py
-+++ b/testing/acceptance_test.py
-@@ -1025,7 +1025,7 @@ def test_worker_id_fixture(testdir, n):
-                 f.write(worker_id)
-     """
-     )
--    result = testdir.runpytest(f, "-n%d" % n)
-+    result = testdir.runpytest(f, "-n%d" % n, "-p", "no:pytest-services")
-     result.stdout.fnmatch_lines("* 2 passed in *")
-     worker_ids = set()
-     for fname in glob.glob(str(testdir.tmpdir.join("*.txt"))):
--- 
-2.29.2
-

Reply via email to