mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 12:44:38 +03:00
Add pytest-timeout
Pytest complains that 'timeout' is not a valid key. Adding the 'pytest-timeout' package fixes that.
This commit is contained in:
@@ -45,6 +45,7 @@ test = [
|
|||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"pytest-socket",
|
"pytest-socket",
|
||||||
"pytest-leaks",
|
"pytest-leaks",
|
||||||
|
"pytest-timeout",
|
||||||
"pympler",
|
"pympler",
|
||||||
]
|
]
|
||||||
check = [
|
check = [
|
||||||
|
|||||||
Reference in New Issue
Block a user