Skip to content

Commit

Permalink
Test: ignore this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Aug 23, 2023
1 parent 20bcf19 commit f1b1c69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/experimental/pydantic/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
not IS_PYDANTIC_V2, reason="requires Pydantic v2"
)
needs_pydantic_v1 = pytest.mark.skipif(IS_PYDANTIC_V2, reason="requires Pydantic v1")

# test

0 comments on commit f1b1c69

Please sign in to comment.