From dd987f40168e0552ca0d36e2cedccceda4a34ecf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 3 Oct 2022 13:14:46 +0100 Subject: gentoo auto-resync : 03:10:2022 - 13:14:45 --- dev-python/pytest/files/pytest-7.1.2-py311.patch | 28 ------------------------ 1 file changed, 28 deletions(-) delete mode 100644 dev-python/pytest/files/pytest-7.1.2-py311.patch (limited to 'dev-python/pytest/files/pytest-7.1.2-py311.patch') diff --git a/dev-python/pytest/files/pytest-7.1.2-py311.patch b/dev-python/pytest/files/pytest-7.1.2-py311.patch deleted file mode 100644 index ecae07b9ce24..000000000000 --- a/dev-python/pytest/files/pytest-7.1.2-py311.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 2f8ae29c173ea8335a1e0cc7027a76032429e8f9 Mon Sep 17 00:00:00 2001 -From: "github-actions[bot]" - <41898282+github-actions[bot]@users.noreply.github.com> -Date: Mon, 9 May 2022 13:38:22 +0000 -Subject: [PATCH] [7.1.x] testing: fix Path.rglob("") failures in Python 3.11b1 - (#9934) - -Co-authored-by: Ran Benita ---- - testing/test_conftest.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/testing/test_conftest.py b/testing/test_conftest.py -index 680482045..d2bf860c6 100644 ---- a/testing/test_conftest.py -+++ b/testing/test_conftest.py -@@ -553,7 +553,7 @@ class TestConftestVisibility: - ) - ) - print("created directory structure:") -- for x in pytester.path.rglob(""): -+ for x in pytester.path.glob("**/"): - print(" " + str(x.relative_to(pytester.path))) - - return {"runner": runner, "package": package, "swc": swc, "snc": snc} --- -2.35.1 - -- cgit v1.2.3