Remove "--allow-all-external" for Pip 10 compatability

Review Request #9873 — Created April 14, 2018 and submitted

Information

Djblets
release-0.9.x
9de5ec9...

Reviewers

The --allow-all-external flag was deprecated and had its functionality
removed in a previous version of pip. Now with Pip 10, the flag has been
removed altogether and including it in dev-requirements.txt prevents
setup.py from running.

With this patch applied, I am able to run setup.py develop using Pip
10.

brennie
david
  1. Ship It!
  2. 
      
chipx86
  1. Ship It!
  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.9.x (5a0e8ae)
Loading...