Skip to content

Commit e25098b

Browse files
committed
Fix integration test
1 parent f1afae2 commit e25098b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_aiidalab_apps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ def _generate_aiidalab_install_output(package_name):
3535
if pkg:
3636
app_name = pkg.split("@")[0]
3737
aiidalab_exec(f"aiidalab uninstall --yes --force {app_name}", user=nb_user)
38+
# TODO: Remove this after solving https://github.com/aiidalab/aiidalab/issues/405
39+
aiidalab_exec(f"pip uninstall --yes {app_name}", user=nb_user)
3840

3941

4042
@pytest.mark.parametrize("package_name", ["aiidalab-widgets-base", "quantum-espresso"])

0 commit comments

Comments
 (0)