Because nova-powervm follows nova at a development level, we have to install the latest master branch, so we can't put nova in our [test-]requirements.txt. Instead, we put it in our tox.ini testenv deps as a git clone and install. This pulls in nova's requirements.txt, but not its test-requirements.txt. Change [1] moved nova's wsgi_intercept dependency from requirements.txt to test-requirements.txt; but this didn't cause problems yet because wsgi_intercept wasn't actually being imported in a path that mattered to nova-powervm testing until [2]. This change set explicitly adds nova's test-requirements.txt, pulled from the master branch, to the nova-powervm testenv deps. [1] I0d8325e12ed7d5d022877782d6aa4ba4055c30db [2] I03b3abea152d45575ac6dde22ccbe32b6acb4646 Change-Id: I9f4263f22fb73bf694bf0d2f766d1b921c1f2704 Closes-Bug: #1707951changes/45/489645/1
parent
e558c39d0b
commit
6cf382b960
Loading…
Reference in new issue