From 7c59acba5699c9c58090a7a738669669a7307023 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 21 Aug 2021 23:14:26 +0100 Subject: gentoo resync : 21.08.2021 --- dev-python/sphinx/files/sphinx-4.0.2-py310.patch | 28 ------------------------ 1 file changed, 28 deletions(-) delete mode 100644 dev-python/sphinx/files/sphinx-4.0.2-py310.patch (limited to 'dev-python/sphinx/files/sphinx-4.0.2-py310.patch') diff --git a/dev-python/sphinx/files/sphinx-4.0.2-py310.patch b/dev-python/sphinx/files/sphinx-4.0.2-py310.patch deleted file mode 100644 index db0facafed5f..000000000000 --- a/dev-python/sphinx/files/sphinx-4.0.2-py310.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 531a5ae9ef855761407d44fb49064ae6227868f5 Mon Sep 17 00:00:00 2001 -From: Takeshi KOMIYA -Date: Wed, 5 May 2021 22:11:41 +0900 -Subject: [PATCH] test: Adjust type annotataions in python 3.10.0b1 - ---- - tests/test_util_inspect.py | 5 +---- - 1 file changed, 1 insertion(+), 4 deletions(-) - -diff --git a/tests/test_util_inspect.py b/tests/test_util_inspect.py -index 7b86c6ade..8df06a865 100644 ---- a/tests/test_util_inspect.py -+++ b/tests/test_util_inspect.py -@@ -183,10 +183,7 @@ def test_signature_annotations(): - - # Instance annotations - sig = inspect.signature(f11) -- if sys.version_info < (3, 10): -- assert stringify_signature(sig) == '(x: CustomAnnotation, y: 123) -> None' -- else: -- assert stringify_signature(sig) == '(x: CustomAnnotation(), y: 123) -> None' -+ assert stringify_signature(sig) == '(x: CustomAnnotation, y: 123) -> None' - - # tuple with more than two items - sig = inspect.signature(f12) --- -2.31.1 - -- cgit v1.2.3