John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/290655

Change subject: Use Python 3 compatible flake8-mock
......................................................................

Use Python 3 compatible flake8-mock

a57f1c introduced flake8-mock, however it fails to install on
Windows on Python 3, an issue I had raised a month ago.
(https://github.com/aleGpereira/flake8-mock/issues/3)

Change-Id: I167f13918671d93075b8920527704113e868a90d
---
M dev-requirements.txt
M tox.ini
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/55/290655/1

diff --git a/dev-requirements.txt b/dev-requirements.txt
index 44499a0..e8bab19 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -17,7 +17,7 @@
 pyflakes>=0.9
 flake8
 flake8-docstrings>=0.2.6
-flake8-mock
+git+https://github.com/jayvdb/flake8-mock@use-ascii-readme
 codecov
 coverage
 mock ; python_version < '3'
diff --git a/tox.ini b/tox.ini
index ea79390..d0052b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,7 +38,7 @@
        flake8-import-order
        flake8-tuple>=0.2.8
        flake8-print>=2.0.1
-       flake8-mock
+       git+https://github.com/jayvdb/flake8-mock@use-ascii-readme
 
 [testenv:flake8-py3]
 commands =

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I167f13918671d93075b8920527704113e868a90d
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jay...@gmail.com>

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

Reply via email to