From 14ea80197090d7e0bb425c185926b820db4397b2 Mon Sep 17 00:00:00 2001 From: Nicolay Rusnachenko Date: Sun, 15 Aug 2021 13:20:44 +0300 Subject: [PATCH] removing sudo --- tests/run_test_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_test_all.sh b/tests/run_test_all.sh index 42218ab0..045f1e26 100755 --- a/tests/run_test_all.sh +++ b/tests/run_test_all.sh @@ -2,7 +2,7 @@ # Performing a quick library installation. # https://stackoverflow.com/questions/19048732/python-setup-py-develop-vs-install -sudo pip install -e ../ --no-deps +pip install -e ../ --no-deps # Run all unit tests. python2.7 -m unittest discover .