Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Nov 12, 2024
1 parent e24e3e1 commit 90f16b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90f16b0

Please sign in to comment.