Skip to content

Commit 1994e38

Browse files
committed
Adjust comment to indicate it is a workaround
1 parent a16bec7 commit 1994e38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ def pytest_configure(config: pytest.Config) -> None:
151151
logging.getLogger().setLevel(logging.DEBUG)
152152

153153
# Override default finish to detect unused snapshots despite xdist
154+
# Temporary workaround until it is finalised inside syrupy
155+
# See https://github.com/syrupy-project/syrupy/pull/901
154156
SnapshotSession.finish = override_syrupy_finish
155157

156158

0 commit comments

Comments
 (0)