Inject pytest-timeout
This commit is contained in:
parent
34c550ba7f
commit
17f40a198f
2 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@ def py_pytest(name, srcs, deps, main=None, python_version=None, args=None, **kwa
|
|||
py_requirement("jedi"),
|
||||
py_requirement("pytest-pudb"),
|
||||
py_requirement("pytest-cov"),
|
||||
py_requirement("pytest-timeout"),
|
||||
] + deps))
|
||||
|
||||
srcs = [f] + srcs
|
||||
|
|
|
@ -74,6 +74,7 @@ pytest==6.2.5
|
|||
pytest-cov==3.0.0
|
||||
pytest-postgresql==4.1.0
|
||||
pytest-pudb==0.7.0
|
||||
pytest-timeout==2.1.0
|
||||
pytz==2021.3
|
||||
PyYAML==6.0
|
||||
readme-renderer==32.0
|
||||
|
|
Loading…
Reference in a new issue