Drop unittest2 usage

unittest2 was needed for Python versions <= 2.6, so it has not been
needed for quite some time now. See unittest2 note on:

https://docs.python.org/2.7/library/unittest.html

This drops unittest2 in favor of the standard unittest package.

Change-Id: Idb4cb10509f49afe86bfdb688e35a7822dfe38bd
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-01-12 02:40:41 -06:00
parent b33d398950
commit 25ebd01de3
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
3 changed files with 1 additions and 4 deletions

View File

@ -144,7 +144,6 @@ testresources==2.0.0
testscenarios==0.4
testtools==2.2.0
traceback2==1.4.0
unittest2==1.1.0
urllib3==1.22
vine==1.1.4
voluptuous==0.11.1

View File

@ -15,8 +15,7 @@
import inspect
import os.path
import unittest2 as unittest
import unittest
import yaml
from murano.common import uuidutils

View File

@ -12,7 +12,6 @@ sqlalchemy-migrate>=0.11.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
unittest2>=1.1.0 # BSD
pylint==1.4.5 # GPLv2
pycodestyle>=2.0.0 # MIT License
requests>=2.14.2 # Apache-2.0