Skip to content

Commit ee6f479

Browse files
committed
add pytest-timeout
1 parent d207e4c commit ee6f479

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ def run(self):
7777
"pytest-cov",
7878
"flaky",
7979
"ipyparallel",
80-
"pre-commit"
80+
"pre-commit",
81+
"pytest-timeout"
8182
],
8283
},
8384
classifiers=[

0 commit comments

Comments
 (0)