summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2014-11-23 18:52:50 -0800
committerJeff Quast <contact@jeffquast.com>2014-11-23 18:52:50 -0800
commit10c3b6d19da0bae32dc672d5851c275002f5e727 (patch)
tree32c2841f8dc3721ddf583b8c8a0392572067ceb1 /tools
parentebef5d0ac20bb5d925a0d36647bce56680404c57 (diff)
downloadpexpect-git-10c3b6d19da0bae32dc672d5851c275002f5e727.tar.gz
Resolve pip --upgrade command
Double requirement given: pytest (already in pytest, name='pytest')
Diffstat (limited to 'tools')
-rwxr-xr-xtools/teamcity-runtests.sh2
1 files changed, 1 insertions, 1 deletions
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/..