Ensure stubtest gets an older version of webcolors when testing jsonschema in CI (#12115)

This commit is contained in:
Alex Waygood
2024-06-09 05:43:59 +01:00
committed by GitHub
parent 7fc9d65ee2
commit 0c45de1c26

View File

@@ -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"]