New issue 116: New pypi override breaks people who override pypi
https://bitbucket.org/hpk42/tox/issue/116/new-pypi-override-breaks-people-who

Monty Taylor:

The OpenStack build farm has a decently complicated set of things it does to 
make sure that ~/.pip/pip.conf and ~/.pydistutils are set. The new 
hack_home_env code subverts that and is causing build failures in our build 
farm because it's causing things to actually talk to pypi.python.org, which we 
generally don't want to happen. BUT - we do not set pypi.openstack.org in our 
tox.ini files because we don't want devs running at home to be hitting our 
mirror.

Can we add a flag that allows disabling this behavior? We could work around it 
by just setting TOX_INDEX_URL in the env - but there are times when we 
construct this:

[global]
index-url = http://pypi.openstack.org/openstack
extra-index-url = http://pypi.python.org/simple

For things that are not official, and therefore not covered by our mirror.


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
http://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to