From aa2222cd085b3b4ca37761d35e97a48b956e67dd Mon Sep 17 00:00:00 2001 From: Tim Head Date: Sat, 25 Jan 2020 20:54:10 +0100 Subject: [PATCH] Fix one more test --- integration-tests/test_install.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/test_install.py b/integration-tests/test_install.py index 14f2a56..58f2815 100644 --- a/integration-tests/test_install.py +++ b/integration-tests/test_install.py @@ -207,6 +207,7 @@ def test_pip_upgrade(group, allowed): "-m", "pip", "install", + "--no-user", "--ignore-installed", "--no-deps", "testpath==0.3.0", @@ -219,6 +220,7 @@ def test_pip_upgrade(group, allowed): preexec_fn=partial(setgroup, group), ) + def test_symlinks(): """ Test we symlink tljh-config to /usr/local/bin