Skip to content

Commit 0c45de1

Browse files
authored
Ensure stubtest gets an older version of webcolors when testing jsonschema in CI (#12115)
1 parent 7fc9d65 commit 0c45de1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stubs/jsonschema/METADATA.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ partial_stub = true
66
[tool.stubtest]
77
ignore_missing_stub = true
88
extras = ["format"]
9+
# see https://github.com/python/typeshed/issues/12107 for the reason for the pin
10+
stubtest_requirements = ["webcolors<24.6.0"]

0 commit comments

Comments
 (0)