From 1fd8576a7b51ff2f6507a801e63fef9a0c22c728 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Thu, 18 Dec 2014 23:33:39 -0800 Subject: uninstall ptyprocess before install in runtests.sh --- tools/teamcity-runtests.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh index 0d32a13..ce4e451 100755 --- a/tools/teamcity-runtests.sh +++ b/tools/teamcity-runtests.sh @@ -29,6 +29,7 @@ workon ${venv} || mkvirtualenv -p `which python${pyversion}` ${venv} || true # install ptyprocess cd $here/../../ptyprocess +pip uninstall ptyprocess || true python setup.py install # install all test requirements -- cgit v1.2.1