On Fri, May 4, 2018 at 10:45 AM, Fred Drake <fred@fdrake.net> wrote:
But it's ignored, because the index is currently not behind SSL. (I'm working on getting something suitable set up, with SSL and LDAP authorization set up with our A/D server, but that's not ready yet.)
This much is solved by bringing back install_command: ---------------- [tox] envlist = py27,py35,py36 indexserver = default = http://keeper:Keeper1SS@devpi/keeper/prod/+simple/ [testenv] commands = python -m unittest discover -p *test.py -p *tests.py deps = kt.testing install_command = pip install --trusted-host devpi {opts} {packages} ---------------- Now back to the earlier problem of understanding why any package install wants to touch /usr/bin/. -Fred -- Fred L. Drake, Jr. <fred at fdrake.net> "A storm broke loose in my mind." --Albert Einstein