openworm / tests

OpenWorm tests across various repos
MIT License
3 stars 3 forks source link

pip 10 breaks setup #11

Open gsarma opened 6 years ago

gsarma commented 6 years ago

Internal APIs are no longer exposed so we need to find a work around.
https://github.com/capless/warrant/issues/96

gsarma commented 6 years ago

Also, apparently dependency links processing has been deprecated and will eventually be removed. Seems like a can of big can of worms unfortunately: https://github.com/pypa/pip/issues/4187 https://github.com/pypa/pip/pull/4175 https://www.python.org/dev/peps/pep-0508/

gsarma commented 6 years ago

See https://github.com/gsarma/tests/tree/pip10_workaround for a temporary fix