tests: upgrade python packages

Type: test

Change-Id: I01500466f3d15c79e38028677ce7e5c75d427fdc
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
Dave Wallace
2024-04-03 12:31:42 -04:00
parent b48325100b
commit 940a70fff4
11 changed files with 574 additions and 516 deletions

View File

@@ -111,9 +111,9 @@ class ExtendedEnvBuilder(venv.EnvBuilder):
request being processed.
"""
os.environ["VIRTUAL_ENV"] = context.env_dir
os.environ[
"CUSTOM_COMPILE_COMMAND"
] = "make test-refresh-deps (or update requirements.txt)"
os.environ["CUSTOM_COMPILE_COMMAND"] = (
"make test-refresh-deps (or update requirements.txt)"
)
# Set the venv python executable & binary install path
env_exe = context.env_exe
bin_path = context.bin_path