tests: upgrade python packages
Type: test Change-Id: I01500466f3d15c79e38028677ce7e5c75d427fdc Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user