tox fails to run in local environment
Bug #1766500 reported by
Abhishek Kekane
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| glance_store |
Fix Released
|
High
|
Paul Belanger | ||
Bug Description
I have cloned latest glance_store today and while tried to run tox jobs locally all jobs (py35, py27 and pep8) failed.
Common error between these jobs is below:
no such option: --allow-
Detail logs will be found at:
http://
| Changed in glance-store: | |
| status: | New → Confirmed |
To post a comment you must log in.

If I remove --allow- all-external and --allow-insecure from [1] then it is working.
[1] https:/ /github. com/openstack/ glance_ store/blob/ master/ tox.ini# L9
Is it related to incompatible version of pip?