Skip to content

Commit d1b4247

Browse files
authored
fix: pin version of inline-snapshot for vscode test runner fix (#1231)
1 parent c8b72ae commit d1b4247

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dev = [
6868
"pdoc<15.0.0,>=14.5.1",
6969
"nbconvert~=7.4",
7070
"pytest-xdist<4.0.0,>=3.6.1",
71-
"inline-snapshot~=0.23",
71+
"inline-snapshot==0.29.2", # Reason: later versions of inline-snapshots makes IDE crash when testing
7272
"mypy~=1.15",
7373
"types-PyYAML",
7474
"types-requests",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ idna==3.11
100100
# requests
101101
iniconfig==2.3.0
102102
# via pytest
103-
inline-snapshot==0.31.1
103+
inline-snapshot==0.29.2
104104
ipykernel==7.1.0
105105
# via
106106
# jupyter

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)