diff options
author | Matt Riedemann <mriedem.os@gmail.com> | 2018-04-17 11:53:59 -0400 |
---|---|---|
committer | Matt Riedemann <mriedem.os@gmail.com> | 2018-05-16 09:23:55 -0400 |
commit | ee6a257f581dc5270f17796f35c4d1aa94c3fc2e (patch) | |
tree | abfb5082081d26bfc9f174dfb036b7fa4163e1f7 /test-requirements.txt | |
parent | 9706d89d52552d86c40f45e349e1fdba5cb2a5cd (diff) | |
download | nova-ee6a257f581dc5270f17796f35c4d1aa94c3fc2e.tar.gz |
Cleanup ugly stub in TestLocalDeleteAllocations
With a fix in wsgi-intercept 1.7.0 we can properly
use the PlacementFixture as a context manager to
simulate when placement is configured for a given
operation. This allows us to remove the ugly stub
that one of the tests in here had to rely on.
While in here, the CastAsCall fixture is removed
since we shouldn't rely on that in these tests
where we're trying to simulate the user experience.
Change-Id: I2074b45126b839ea6307a8740364393e9dddd50b
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 9d4c9cdbca..19f0828f44 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -26,4 +26,4 @@ gabbi>=1.35.0 # Apache-2.0 oslo.vmware>=2.17.0 # Apache-2.0 # placement functional tests -wsgi-intercept>=1.4.1 # MIT License +wsgi-intercept>=1.7.0 # MIT License |