Skip to content

Commit 9f1f751

Browse files
authored
Pin syrupy to avoid pytest-rerunfailures incompatibility (posit-dev#1632)
1 parent acab56d commit 9f1f751

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ test =
7777
pytest-rerunfailures
7878
pytest-cov
7979
coverage
80-
# For snapshot testing
81-
syrupy
80+
# For snapshot testing. v4.6.3 is incompatible with pytest-rerunfailures, see
81+
# https://github.com/syrupy-project/syrupy/issues/879
82+
syrupy==4.6.2
8283
psutil
8384
astropy
8485
suntime

0 commit comments

Comments
 (0)