From 90f16b0ee8bac92f52e680505861a3a7b6ee1b29 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Tue, 12 Nov 2024 16:32:57 +0000 Subject: [PATCH] Fix tests --- tests/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_base.py b/tests/test_base.py index 9017a41d..5e70b90e 100644 --- a/tests/test_base.py +++ b/tests/test_base.py @@ -80,7 +80,7 @@ def test_pip_user_install(aiidalab_exec, pip_install, nb_user): # We use 'tuna' as an example of python-only package without dependencies pkg = "tuna" - pip_install(pkg) + pip_install(pkg, user=nb_user) output = aiidalab_exec(f"pip show {pkg}") # `pip show` output is in the RFC-compliant email header format