Skip to content

Commit eda9922

Browse files
Swap out snapshottest for syrupy for 3.12 support.
1 parent be9e69d commit eda9922

35 files changed

+2050
-3169
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pytest-isort
3434
pytest-flake8
3535
pytest-freezegun
3636
pytest-mypy
37-
snapshottest
37+
syrupy
3838

3939
# Documentation
4040
sphinx

requirements.txt

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ executing==2.0.1
8282
# via stack-data
8383
faker==20.0.3
8484
# via -r requirements.in
85-
fastdiff==0.3.0
86-
# via snapshottest
8785
filelock==3.13.1
8886
# via
8987
# pytest-mypy
@@ -209,6 +207,7 @@ pytest==7.4.3
209207
# pytest-freezegun
210208
# pytest-isort
211209
# pytest-mypy
210+
# syrupy
212211
pytest-black==0.3.12
213212
# via -r requirements.in
214213
pytest-celery==0.0.0
@@ -246,9 +245,6 @@ six==1.16.0
246245
# asttokens
247246
# patsy
248247
# python-dateutil
249-
# snapshottest
250-
snapshottest==0.6.0
251-
# via -r requirements.in
252248
snowballstemmer==2.2.0
253249
# via sphinx
254250
soupsieve==2.5
@@ -289,10 +285,10 @@ stack-data==0.6.3
289285
# via ipython
290286
statsmodels==0.14.0
291287
# via plotly-express
288+
syrupy==4.6.0
289+
# via -r requirements.in
292290
tenacity==8.2.3
293291
# via plotly
294-
termcolor==2.3.0
295-
# via snapshottest
296292
toml==0.10.2
297293
# via pytest-black
298294
traitlets==5.13.0
@@ -318,10 +314,6 @@ virtualenv==20.24.6
318314
# via pre-commit
319315
waitress==2.1.2
320316
# via webtest
321-
wasmer==1.1.0
322-
# via fastdiff
323-
wasmer-compiler-cranelift==1.1.0
324-
# via fastdiff
325317
wcwidth==0.2.10
326318
# via prompt-toolkit
327319
webob==1.8.7

0 commit comments

Comments
 (0)