Merge "Deprecate MoxStubout class"

This commit is contained in:
Zuul 2018-05-20 21:49:05 +00:00 committed by Gerrit Code Review
commit 2dc5678f4f
2 changed files with 3 additions and 0 deletions

View File

@ -15,10 +15,12 @@
# License for the specific language governing permissions and limitations
# under the License.
from debtcollector import removals
import fixtures
from mox3 import mox
@removals.removed_class('MoxStubout', version='3.5.0')
class MoxStubout(fixtures.Fixture):
"""Deal with code around mox and stubout as a fixture."""

View File

@ -10,3 +10,4 @@ testtools>=2.2.0 # MIT
mock>=2.0.0 # BSD
mox3>=0.20.0 # Apache-2.0
os-client-config>=1.28.0 # Apache-2.0
debtcollector # Apache-2.0