On Wed, May 2, 2018 at 4:58 PM, Oliver Bestwalter <oliver@bestwalter.de> wrote:
Having the indexes in the requirements file is another interesting setting that I personally have never used. You can set the index also in tox, so maybe you want to experiment with that: http://tox.readthedocs.io/en/latest/config.html#confval-indexserver
On Wed, May 2, 2018 at 7:53 PM, Fred Drake <fred@fdrake.net> wrote:
I was avoiding that because of the deprecation warning, even though the doc doesn't point to an alternative. Also, currently using both --index-url and --extra-index-url. I should be able to create another index in my DevPI that combines my local packages and the root/pypi index. Something to try tomorrow.
OK, I have my DevPI providing a suitable index that advertises all the packages in a single index. My tox.ini now directly references that index: indexserver = default = http://...@devpi/keeper/prod/+simple/ 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.) -Fred -- Fred L. Drake, Jr. <fred at fdrake.net> "A storm broke loose in my mind." --Albert Einstein