dumb-init/requirements-dev.txt
Chris Kuehl 8c586758af 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.
2021-10-11 13:03:08 -07:00

7 lines
218 B
Text

pre-commit>=0.5.0
pytest
# 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