Skip to content

Commit 8eb9f03

Browse files
committed
Remove version pin on pytest-timeout
Version pytest-timeout<2.0.0 still depends on distutils which doesn't exist in debian bookworm anymore.
1 parent 06b2537 commit 8eb9f03

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

requirements-dev.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
pre-commit>=0.5.0
22
pytest
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
3+
pytest-timeout

0 commit comments

Comments
 (0)