Skip to content

Commit 2261fd1

Browse files
committed
Test was backported
1 parent 46d3efa commit 2261fd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test_typing_extensions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8620,7 +8620,6 @@ def test_fwdref_to_builtin(self):
86208620
# builtins are still searched with explicit globals
86218621
self.assertIs(evaluate_forward_ref(typing.ForwardRef("int"), globals={}), int)
86228622

8623-
@skipIf(sys.version_info[:2] < (3, 10), "Forward references must evaluate to types, i.e. not a callable")
86248623
def test_fwdref_with_globals(self):
86258624
# explicit values in globals have precedence
86268625
obj = object()

0 commit comments

Comments
 (0)