commit: ed8e624b844b9e8b04fcb7e9d7f9a6e808bec69f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Nov 21 18:14:59 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Nov 22 12:45:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8e624b
dev-python/cheroot: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../files/cheroot-9.0.0-remove-pypytools-dep.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-python/cheroot/files/cheroot-9.0.0-remove-pypytools-dep.patch b/dev-python/cheroot/files/cheroot-9.0.0-remove-pypytools-dep.patch deleted file mode 100644 index 8e79b2c776f4..000000000000 --- a/dev-python/cheroot/files/cheroot-9.0.0-remove-pypytools-dep.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/cheroot/test/test_server.py b/cheroot/test/test_server.py -index 5e0a6832..6f480f40 100644 ---- a/cheroot/test/test_server.py -+++ b/cheroot/test/test_server.py -@@ -12,8 +12,6 @@ import pytest - import requests - import requests_unixsocket - --from pypytools.gc.custom import DefaultGc -- - from .._compat import bton, ntob - from .._compat import IS_LINUX, IS_MACOS, IS_WINDOWS, SYS_PLATFORM - from ..server import IS_UID_GID_RESOLVABLE, Gateway, HTTPServer -@@ -324,6 +322,7 @@ def test_peercreds_unix_sock_with_lookup( - assert peercreds_text_resp.text == expected_textcreds - - [email protected]("pypytools not packaged") - @pytest.mark.skipif( - IS_WINDOWS, - reason='This regression test is for a Linux bug, '
