We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd26ca6 commit 8c58675Copy full SHA for 8c58675
requirements-dev.txt
@@ -1,3 +1,6 @@
1
pre-commit>=0.5.0
2
pytest
3
-pytest-timeout
+# 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