-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make build_python.sh automatically install run_python_test.py require…
…ments (#27510) * Add a python unit test requirement file * Update build_python to install test dependencies by default * Restyle * Add diskcache as a requirement for yaml tests * Add websockets as well since python yaml tests need it and I expect python tests to want both * lark/jinja2 wheel requirements do not seem to take effect. Add them * Add stringcase dependency
- Loading branch information
Showing
3 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# scripts/tests | ||
click | ||
colorama | ||
diskcache | ||
websockets | ||
|
||
# scripts/py_matter_idl | ||
# TODO: these should be wheel dependencies | ||
lark | ||
jinja2 | ||
stringcase | ||
|
||
# src/python_testing | ||
mobly | ||
pyasn1 | ||
pyasn1_modules |