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.
This commit is contained in:
Chris Kuehl 2021-10-11 13:03:08 -07:00
parent cd26ca639d
commit 8c586758af

View file

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