From 0c45de1c2667ca52428f2fc0ec9ba07f5d7d4aee Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sun, 9 Jun 2024 05:43:59 +0100 Subject: [PATCH] Ensure stubtest gets an older version of `webcolors` when testing `jsonschema` in CI (#12115) --- stubs/jsonschema/METADATA.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stubs/jsonschema/METADATA.toml b/stubs/jsonschema/METADATA.toml index 872dfc95d..a523ab6cb 100644 --- a/stubs/jsonschema/METADATA.toml +++ b/stubs/jsonschema/METADATA.toml @@ -6,3 +6,5 @@ partial_stub = true [tool.stubtest] ignore_missing_stub = true extras = ["format"] +# see https://github.com/python/typeshed/issues/12107 for the reason for the pin +stubtest_requirements = ["webcolors<24.6.0"]