From 10c3b6d19da0bae32dc672d5851c275002f5e727 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Sun, 23 Nov 2014 18:52:50 -0800 Subject: Resolve pip --upgrade command Double requirement given: pytest (already in pytest, name='pytest') --- tools/teamcity-runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/teamcity-runtests.sh b/tools/teamcity-runtests.sh index 13eb33f..5729ce7 100755 --- a/tools/teamcity-runtests.sh +++ b/tools/teamcity-runtests.sh @@ -28,7 +28,7 @@ cd $here/../../ptyprocess python setup.py install # install all test requirements -pip install --upgrade pytest pytest pytest-cov coverage coveralls pytest-capturelog +pip install --upgrade pytest-cov coverage coveralls pytest-capturelog # run tests cd $here/.. -- cgit v1.2.1