aboutsummaryrefslogtreecommitdiffstats
path: root/test/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run.py')
-rwxr-xr-xtest/run.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/run.py b/test/run.py
index e7563175e09..66764b7ba97 100755
--- a/test/run.py
+++ b/test/run.py
@@ -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