Functional tests: pin *inspector* to HEAD

Also updates `hacking` requirements version as it's conflict
with ironic-inspector one.

Change-Id: I2597835d1f03f873a0f1eab4db643ff920822ee3
This commit is contained in:
Anton Arefiev 2017-04-10 14:53:26 +03:00
parent 5df6f14a91
commit 4c54852ace
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# NOTE(jroll) these are pinned to the same SHA, update when needed.
git+git://git.openstack.org/openstack/ironic-inspector@f5791da9e2bba2dcf50ba64393c015edf6e0afef#egg=ironic-inspector
-r https://git.openstack.org/cgit/openstack/ironic-inspector/plain/test-requirements.txt?h=f5791da9e2bba2dcf50ba64393c015edf6e0afef
git+git://git.openstack.org/openstack/ironic-inspector@f02eda0315cb21b737d2a1f982b389ed2291617c#egg=ironic-inspector
-r https://git.openstack.org/cgit/openstack/ironic-inspector/plain/test-requirements.txt?h=f02eda0315cb21b737d2a1f982b389ed2291617c

View File

@ -4,7 +4,7 @@
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
hacking<0.13,>=0.12.0 # Apache-2.0
hacking>=1.0.0 # Apache-2.0
mock>=2.0.0 # BSD
requests-mock>=1.1.0 # Apache-2.0
sphinx>=1.6.2 # BSD