[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [stem/master] Remove pip flag '--allow-all-external' from tox config
commit 8eed973786a81b103f03398d92af51aafb69807c
Author: Dave Rolek <dmr-x@xxxxxxxxxx>
Date: Mon Apr 16 01:26:59 2018 +0000
Remove pip flag '--allow-all-external' from tox config
This flag, denoted as deprecated in pip 9, was causing pip 10 to error,
preventing tox from being used for new virtualenvs.
Fixes #26811
https://trac.torproject.org/projects/tor/ticket/26811
---
tox.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini
index 0691e517..ac7af489 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ skipsdist = True
[testenv]
commands =
- pip install --allow-all-external -e .
+ pip install -e .
python run_tests.py {posargs:-a}
rm -rf stem.egg-info
deps =
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits