John Vandenberg has uploaded a new change for review.

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

Change subject: Use default tox pip install
......................................................................

Use default tox pip install

Removing options --process-dependency-links --pre on main testenv, which is 
effective on other testenvs and installs a pre-release of flake8 that is 
incompatible with flake-putty.

Bug: T138691
Change-Id: I0efc02ba536d88a503555fd4de30ad6b835dbbec
(cherry picked from commit 8c224e53e32ccaccc50549341e098a0ac31a6a46)
---
M tox.ini
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/10/296410/1

diff --git a/tox.ini b/tox.ini
index 3c525f1..7fc1161 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,6 @@
 setenv = VIRTUAL_ENV={envdir}
 usedevelop = True
 commands = python setup.py test
-install_command = pip install --process-dependency-links --pre {opts} 
{packages}
 
 [testenv:flake8]
 commands = flake8 --ignore=D102,D103,D105,D211,E122,E127,E241,E402,E731 
{posargs}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0efc02ba536d88a503555fd4de30ad6b835dbbec
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: 2.0
Gerrit-Owner: John Vandenberg <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to