John Vandenberg has uploaded a new change for review.

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

Change subject: [DNM] Use released findx 0.9.9
......................................................................

[DNM] Use released findx 0.9.9

(should fail)

Change-Id: I40158d4132689eeb909d990a64ff106f40e44810
---
M pwb.py
M tox.ini
2 files changed, 5 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/90/296190/1

diff --git a/pwb.py b/pwb.py
index 88e40ee..03da726 100755
--- a/pwb.py
+++ b/pwb.py
@@ -26,6 +26,7 @@
 import os
 import sys
 import types
+import inspect
 
 from warnings import warn
 
diff --git a/tox.ini b/tox.ini
index bc027d7..98efc69 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,24 +25,24 @@
 deps = unittest2
 
 [testenv:pyflakes-py26]
-commands = ffind --ignore-vcs . '(?<!user-config).py$' --module=pyflakes
+commands = findx . -name '*.py' -a '!' -path '*/.*' -a '!' -name 
'user-config.py' : pyflakes
 basepython = python2.6
 deps =
     pyflakes
-    ffind>=1.0.2
+    findx >= 0.9.9
 
 [testenv:pyflakes-py3]
 commands = findx . -name '*.py' -a '!' -path '*/.*' -a '!' -name 
'user-config.py' : pyflakes
 basepython = python3
 deps =
-    git+https://github.com/jayvdb/findx@exit_code
+    findx >= 0.9.9
     pyflakes
 
 [testenv:pyflakes-pypy]
 commands = findx . -name '*.py' -a '!' -path '*/.*' -a '!' -name 
'user-config.py' : pyflakes
 basepython = pypy
 deps =
-    git+https://github.com/jayvdb/findx@exit_code
+    findx >= 0.9.9
     pyflakes
 
 [testenv:flake8]

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I40158d4132689eeb909d990a64ff106f40e44810
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