summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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/..