Inject pytest-timeout
This commit is contained in:
parent
50f4a4cdb1
commit
f382afd9f1
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("jedi"),
|
||||||
py_requirement("pytest-pudb"),
|
py_requirement("pytest-pudb"),
|
||||||
py_requirement("pytest-cov"),
|
py_requirement("pytest-cov"),
|
||||||
|
py_requirement("pytest-timeout"),
|
||||||
] + deps))
|
] + deps))
|
||||||
|
|
||||||
srcs = [f] + srcs
|
srcs = [f] + srcs
|
||||||
|
|
|
@ -74,6 +74,7 @@ pytest==6.2.5
|
||||||
pytest-cov==3.0.0
|
pytest-cov==3.0.0
|
||||||
pytest-postgresql==4.1.0
|
pytest-postgresql==4.1.0
|
||||||
pytest-pudb==0.7.0
|
pytest-pudb==0.7.0
|
||||||
|
pytest-timeout==2.1.0
|
||||||
pytz==2021.3
|
pytz==2021.3
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
readme-renderer==32.0
|
readme-renderer==32.0
|
||||||
|
|
Loading…
Reference in a new issue