Add pytest-timeout

Pytest complains that 'timeout' is not a valid key. Adding the
'pytest-timeout' package fixes that.
This commit is contained in:
Dave Dalcino
2022-07-30 18:29:15 -07:00
parent d90f6c0487
commit 056fd3fc2a

View File

@@ -45,6 +45,7 @@ test = [
"pytest-cov", "pytest-cov",
"pytest-socket", "pytest-socket",
"pytest-leaks", "pytest-leaks",
"pytest-timeout",
"pympler", "pympler",
] ]
check = [ check = [