Skip to content

Commit

Permalink
try test jsonschema (#8496)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Oct 29, 2024
1 parent 28161f7 commit 2045f6f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 2045f6f

Please sign in to comment.