Browse Source

added deprecation comment and updated to newest inline-snapshot version

pull/12534/head
Frank Hoffmann 7 days ago
parent
commit
aa97e7245a
  1. 2
      requirements-tests.txt
  2. 2
      tests/utils.py

2
requirements-tests.txt

@ -10,7 +10,7 @@ anyio[trio] >=3.2.1,<5.0.0
PyJWT==2.8.0
pyyaml >=5.3.1,<7.0.0
passlib[bcrypt] >=1.7.2,<2.0.0
inline-snapshot>=0.15.0
inline-snapshot>=0.21.1
# types
types-ujson ==5.10.0.20240515
types-orjson ==3.6.2

2
tests/utils.py

@ -15,7 +15,7 @@ needs_pydanticv1 = pytest.mark.skipif(PYDANTIC_V2, reason="requires Pydantic v1"
def pydantic_snapshot(
*,
v2: Snapshot,
v1: Snapshot,
v1: Snapshot, # Remove v1 argument when deprecating Pydantic v1
):
"""
This function should be used like this:

Loading…
Cancel
Save