crosvm/tools/impl
Dennis Kempin 69daee101e dev_container: Do not require dependencies to run
This script is naturally used outside of the container and we
want to avoid having to install dependencies or special python
versions to run it.

This CL reduces the python requirement from 3.9 to 3.8 and
allows the script to run without any dependencies.

BUG=b:233230344
TEST=pyenv global 3.8.15
./tools/dev_container

Change-Id: Ieeb868f7fb275a8e6e39e577b5e984895307765e
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3657816
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Anton Romanov <romanton@google.com>
2022-05-20 21:56:33 +00:00
..
dev_container
testvm
__init__.py
bindgen-common.sh
check_code_hygiene.py
common.py dev_container: Do not require dependencies to run 2022-05-20 21:56:33 +00:00
test_config.py Revert "Do not run cros_async tests on armhf" 2022-05-03 22:48:46 +00:00
test_runner.py crosvm: test_runner: Allow arch to be specified separately for TestTarget 2022-04-30 01:10:15 +00:00
test_target.py crosvm: test_runner: Allow arch to be specified separately for TestTarget 2022-04-30 01:10:15 +00:00
testvm.py