From 8c586758af8b464e140fe8d2977bc2587b52adc1 Mon Sep 17 00:00:00 2001 From: Chris Kuehl Date: Mon, 11 Oct 2021 13:03:08 -0700 Subject: [PATCH] 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. --- requirements-dev.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2dac807..49f54fd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,6 @@ pre-commit>=0.5.0 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