[MediaWiki-commits] [Gerrit] pywikibot/core[master]: dev-requirements.txt: Use httpbin<0.6.0 on Windows

2017-10-23 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/386126 )

Change subject: dev-requirements.txt: Use httpbin<0.6.0 on Windows
..


dev-requirements.txt: Use httpbin<0.6.0 on Windows

Bug: T174886
Change-Id: I48660ffb5446382526c958f953c0379a0ed723e7
---
M dev-requirements.txt
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved



diff --git a/dev-requirements.txt b/dev-requirements.txt
index 8bfa279..0e5b501 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -8,8 +8,7 @@
 pytest-cov
 pytest-attrib
 pytest-httpbin
-httpbin<0.6.0 ; python_version < '2.7'
-httpbin!=0.6.0,!=0.6.1 ; os_name != 'posix' and python_version >= '2.7'
+httpbin<0.6.0 ; os_name != 'posix' or python_version < '2.7'
 
 six
 

-- 
To view, visit https://gerrit.wikimedia.org/r/386126
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I48660ffb5446382526c958f953c0379a0ed723e7
Gerrit-PatchSet: 3
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Dalba 
Gerrit-Reviewer: John Vandenberg 
Gerrit-Reviewer: Xqt 
Gerrit-Reviewer: Zoranzoki21 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] pywikibot/core[master]: dev-requirements.txt: Use httpbin<0.6.0 on Windows

2017-10-23 Thread Dalba (Code Review)
Dalba has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/386126 )

Change subject: dev-requirements.txt: Use httpbin<0.6.0 on Windows
..

dev-requirements.txt: Use httpbin<0.6.0 on Windows

Bug: T174886
Change-Id: I48660ffb5446382526c958f953c0379a0ed723e7
---
M dev-requirements.txt
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/26/386126/1

diff --git a/dev-requirements.txt b/dev-requirements.txt
index 8bfa279..a275393 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -8,8 +8,8 @@
 pytest-cov
 pytest-attrib
 pytest-httpbin
-httpbin<0.6.0 ; python_version < '2.7'
-httpbin!=0.6.0,!=0.6.1 ; os_name != 'posix' and python_version >= '2.7'
+httpbin<0.6.0 ; os_name != 'posix' or python_version < '2.7'
+httpbin ; os_name == 'posix' and python_version >= '2.7'
 
 six
 

-- 
To view, visit https://gerrit.wikimedia.org/r/386126
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I48660ffb5446382526c958f953c0379a0ed723e7
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Dalba 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits