[tor-commits] [stem/master] Remove pip flag '--allow-all-external' from tox config

atagar at torproject.org atagar at torproject.org
Mon Jul 16 21:24:11 UTC 2018


commit 8eed973786a81b103f03398d92af51aafb69807c
Author: Dave Rolek <dmr-x at riseup.net>
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 =





More information about the tor-commits mailing list