Skip to content

Commit d95bfaa

Browse files
committed
fix: pin prefect version
1 parent 44a2530 commit d95bfaa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ dev =
118118
# Add here test requirements (semicolon/line-separated)
119119
testing =
120120
pytest-asyncio
121-
prefect
121+
# inherit the capped prefect pin (<3.0); a bare "prefect" here resolved to
122+
# 3.x in CI, whose server API breaks the prefect-2.20-targeted tests
123+
%(workflow)s
122124
setuptools
123125
pytest
124126
pytest-cov

0 commit comments

Comments
 (0)