try test jsonschema (#8496)

This commit is contained in:
Stefano Fiorucci 2024-10-29 16:21:51 +01:00 committed by GitHub
parent 28161f7bb9
commit 2045f6f16a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,11 +88,3 @@ def spying_tracer() -> Generator[SpyingTracer, None, None]:
# Make sure to disable tracing after the test to avoid affecting other tests
tracing.disable_tracing()
# Collecting this test is causing issues when running tests in CI
# as it's indirectly importing jsonschema which for some reason
# is causing collection to fail.
# See this issue:
# https://github.com/python-jsonschema/jsonschema/issues/1236
collect_ignore = ["components/validators/test_json_schema.py"]