From ee6a257f581dc5270f17796f35c4d1aa94c3fc2e Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 17 Apr 2018 11:53:59 -0400 Subject: 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 --- lower-constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lower-constraints.txt') diff --git a/lower-constraints.txt b/lower-constraints.txt index a1e888e122..2d464e0afe 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -169,4 +169,4 @@ warlock==1.3.0 WebOb==1.7.1 websockify==0.8.0 wrapt==1.10.11 -wsgi-intercept==1.4.1 +wsgi-intercept==1.7.0 -- cgit v1.2.1