Skip to content

Commit 8c58675

Browse files
committed
Fix CI by pinning pytest-timeout down
A new version of pytest-timeout was just released which needs a newer pytest than what we have installed from the Debian package.
1 parent cd26ca6 commit 8c58675

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements-dev.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
pre-commit>=0.5.0
22
pytest
3-
pytest-timeout
3+
# TODO: This pin is to work around an issue where the system pytest is too old.
4+
# We should fix this by not depending on the system pytest/python packages at
5+
# some point.
6+
pytest-timeout<2.0.0

0 commit comments

Comments
 (0)