aboutsummaryrefslogtreecommitdiff
path: root/app/tests/test_backends_envs.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/tests/test_backends_envs.py')
-rw-r--r--app/tests/test_backends_envs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tests/test_backends_envs.py b/app/tests/test_backends_envs.py
index cf4ecc6..bf27f60 100644
--- a/app/tests/test_backends_envs.py
+++ b/app/tests/test_backends_envs.py
@@ -73,7 +73,7 @@ class PipInstallTests(unittest.TestCase):
def test_creates_env_first_when_missing(self):
calls = []
- def fake_run(argv):
+ def fake_run(argv, **kwargs):
calls.append(list(argv))
return 0