chore(eventsub): run pytest in ci (#5920)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
# Test runner - run pytest in this dir to run tests
|
||||
pytest==8.3.4
|
||||
|
||||
black==23.3.0
|
||||
flake8==6.0.0
|
||||
mypy==1.3.0
|
||||
flake8==7.1.1
|
||||
mypy==1.15.0
|
||||
isort==5.12.0
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
# parsing of header files
|
||||
clang==15.0.7
|
||||
Jinja2==3.1.2
|
||||
|
||||
# ensures formatting of generated files is consistent
|
||||
clang-format==16.0.6
|
||||
|
||||
# used for generating the code
|
||||
Jinja2==3.1.5
|
||||
jinja2-workarounds==0.1.0
|
||||
clang-format==16.0.4
|
||||
|
||||
# colors for logging
|
||||
colorama==0.4.6
|
||||
pytest==7.3.1
|
||||
|
||||
Reference in New Issue
Block a user