More tools
This commit is contained in:
parent
55efcc6115
commit
2855d93870
3 changed files with 9 additions and 0 deletions
|
@ -43,6 +43,7 @@ def py_pytest(name, srcs, deps, main=None, python_version=None, args=None, **kwa
|
||||||
py_requirement("pytest-pudb"),
|
py_requirement("pytest-pudb"),
|
||||||
py_requirement("pytest-cov"),
|
py_requirement("pytest-cov"),
|
||||||
py_requirement("pytest-timeout"),
|
py_requirement("pytest-timeout"),
|
||||||
|
py_requirement("pytest-clarity"),
|
||||||
] + deps))
|
] + deps))
|
||||||
|
|
||||||
srcs = [f] + srcs
|
srcs = [f] + srcs
|
||||||
|
|
|
@ -2,8 +2,10 @@ attrs
|
||||||
black
|
black
|
||||||
cattrs
|
cattrs
|
||||||
hypothesis
|
hypothesis
|
||||||
|
lark
|
||||||
pudb
|
pudb
|
||||||
pytest
|
pytest
|
||||||
|
pytest-clarity
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-pudb
|
pytest-pudb
|
||||||
pytest-timeout
|
pytest-timeout
|
||||||
|
|
|
@ -9,19 +9,25 @@ hypothesis==6.68.2
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
isort==5.12.0
|
isort==5.12.0
|
||||||
jedi==0.18.2
|
jedi==0.18.2
|
||||||
|
lark==1.1.5
|
||||||
|
markdown-it-py==2.2.0
|
||||||
|
mdurl==0.1.2
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
packaging==23.0
|
packaging==23.0
|
||||||
parso==0.8.3
|
parso==0.8.3
|
||||||
pathspec==0.11.0
|
pathspec==0.11.0
|
||||||
platformdirs==3.1.0
|
platformdirs==3.1.0
|
||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
|
pprintpp==0.4.0
|
||||||
pudb==2022.1.3
|
pudb==2022.1.3
|
||||||
pyflakes==3.0.1
|
pyflakes==3.0.1
|
||||||
Pygments==2.14.0
|
Pygments==2.14.0
|
||||||
pytest==7.2.2
|
pytest==7.2.2
|
||||||
|
pytest-clarity==1.0.1
|
||||||
pytest-cov==4.0.0
|
pytest-cov==4.0.0
|
||||||
pytest-pudb==0.7.0
|
pytest-pudb==0.7.0
|
||||||
pytest-timeout==2.1.0
|
pytest-timeout==2.1.0
|
||||||
|
rich==13.3.5
|
||||||
sortedcontainers==2.4.0
|
sortedcontainers==2.4.0
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
urwid==2.1.2
|
urwid==2.1.2
|
||||||
|
|
Loading…
Reference in a new issue