]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: pip wheel for python dependencies
authorLoic Dachary <ldachary@redhat.com>
Sat, 2 May 2015 13:59:12 +0000 (15:59 +0200)
committerLoic Dachary <ldachary@redhat.com>
Tue, 5 May 2015 17:16:50 +0000 (19:16 +0200)
commit8b7953affc22d9fba95e364d0cc5f1b332269aa5
tree57923d8647655244ba7dae36c45d3da766d4d38d
parent5c9e9da87985f8290380b8afb12647eb6de2a286
install-deps.sh: pip wheel for python dependencies

For all tox.ini in the source tree which also have requirement.txt
files, create a wheelhouse with the dependencies. This allows tox to
setup test environment with no access to the network with something
like (in tox.ini):

        deps =
          --use-wheel
          --find-links={toxinidir}/wheelhouse
          -r{toxinidir}/requirements.txt
          -r{toxinidir}/test-requirements.txt

Signed-off-by: Loic Dachary <ldachary@redhat.com>
install-deps.sh