From bdada77afa2bf160f7429ba227daf81b8ee73de3 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 16 Aug 2021 09:56:53 -0400 Subject: [PATCH] Add link to the issue into the tests --- tests/unit/providers/test_resource_py35.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/providers/test_resource_py35.py b/tests/unit/providers/test_resource_py35.py index 15774d86..e2a3f26f 100644 --- a/tests/unit/providers/test_resource_py35.py +++ b/tests/unit/providers/test_resource_py35.py @@ -606,6 +606,7 @@ class AsyncResourceTest(AsyncTestCase): class ResourceTypingTest(unittest.TestCase): + # See issue: https://github.com/ets-labs/python-dependency-injector/issues/488 def test_sync_generic_type(self): class MyDependency: