diff options
Diffstat (limited to 'dev-python/cheroot')
-rw-r--r-- | dev-python/cheroot/files/cheroot-9.0.0-remove-pypytools-dep.patch | 21 |
1 files changed, 0 insertions, 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 - - -+@pytest.mark.skip("pypytools not packaged") - @pytest.mark.skipif( - IS_WINDOWS, - reason='This regression test is for a Linux bug, ' |