mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-05 11:38:20 +00:00
try test jsonschema (#8496)
This commit is contained in:
parent
28161f7bb9
commit
2045f6f16a
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user