Hi all, in general I'm really enjoying working with mockito-python,
but I've got a bit of a problem with the way it's distributed.
In the setup.py it makes a call to use_setuptools in
distribute_setup.py which can end up trying to download the distribute
package from
pypi.python.org. I'm attempting to run it an environment
where there's no connection to the internet, but we're managing our
dependencies via pip talking to an internal pypi server and when it
tries to install mockito, it fails when attempting to connect to
pypi.python.org.
My knowledge of setup_tools/distribute/pip is fairly limited and
wondered if there's a solution for this that doesn't involve me
changing the DEFAULT_URL in distribute_setup.py and then uploading a
modified tarball to our internal pypi server.
Thanks for your help,
Phil