jenkins-bot submitted this change.

View Change

Approvals: Zhuyifei1999: Looks good to me, approved jenkins-bot: Verified
[tests] Don't try to install request security patch for Python 2.7

Change-Id: I19ccbb29c11ccc7735d2e4b19167442fe5529302
---
M .appveyor.yml
M .travis.yml
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 6cf8427..bca7a15 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -86,7 +86,6 @@
- env\Scripts\activate.bat
- pip install -r dev-requirements.txt
- pip install -r requirements.txt
- - pip install -e .[security]

build: off

diff --git a/.travis.yml b/.travis.yml
index 7e4cbbd..47cd664 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,9 +51,8 @@
- pip install -r dev-requirements.txt

script:
- # Install security packages for requests to support HTTPS in site_detect
- if [[ "$PYSETUP_TEST_EXTRAS" != '1' ]]; then
- pip install -e .[mwoauth,security];
+ pip install -e .[mwoauth];
fi

- mkdir ~/.pywikibot

To view, visit change 612139. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I19ccbb29c11ccc7735d2e4b19167442fe5529302
Gerrit-Change-Number: 612139
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: Zhuyifei1999 <zhuyifei1999@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged