From 57ba734920f5f35b7bd0133a03bd84237c3b4bd6 Mon Sep 17 00:00:00 2001 From: STerliakov Date: Mon, 13 Jan 2025 14:36:05 +0100 Subject: [PATCH] Once again --- test-data/unit/check-python313.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-data/unit/check-python313.test b/test-data/unit/check-python313.test index 2729ad3e21d1..20dd1d655835 100644 --- a/test-data/unit/check-python313.test +++ b/test-data/unit/check-python313.test @@ -3,6 +3,8 @@ class C[T = None]: ... def f[T = list[int]]() -> None: ... def g[**P = [int, str]]() -> None: ... type A[T, S = int, U = str] = list[T] +[builtins fixtures/tuple.pyi] +[typing fixtures/typing-full.pyi] [case testPEP695TypeParameterDefaultBasic] from typing import Callable