Switch to using stestr
According to Openstack summit session [1] stestr is maintained project to which all Openstack projects should migrate. Let's switch it then. Also clean up requirements. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Ic9317d0d2e71ffcc5012184510b554453a7e322f Signed-off-by: Charles Short <zulcss@gmail.com>changes/16/571716/3
parent
749362a4cd
commit
ff3520baa0
|
@ -17,3 +17,4 @@ monclient/versioninfo
|
|||
.pydevproject
|
||||
.project
|
||||
.idea
|
||||
.stestr/
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[DEFAULT]
|
||||
test_path=${OS_TEST_PATH:-./monascaclient/tests}
|
||||
top_dir=./
|
|
@ -10,7 +10,7 @@ oslo.utils>=3.33.0 # Apache-2.0
|
|||
Babel!=2.4.0,>=2.3.4 # BSD
|
||||
iso8601>=0.1.11 # MIT
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
PrettyTable<0.8,>=0.7.1 # BSD
|
||||
PrettyTable<0.8,>=0.7.2 # BSD
|
||||
PyYAML>=3.12 # MIT
|
||||
|
||||
six>=1.10.0 # MIT
|
||||
|
|
|
@ -7,13 +7,13 @@ bandit>=1.1.0 # Apache-2.0
|
|||
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
oslotest>=3.2.0 # Apache-2.0
|
||||
os-testr>=1.0.0 # Apache-2.0
|
||||
stestr>=1.0.0
|
||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
testtools>=2.2.0 # MIT
|
||||
|
||||
# documentation
|
||||
doc8>=0.6.0 # Apache-2.0
|
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
|
||||
reno>=2.5.0 # Apache-2.0
|
||||
openstackdocstheme>=1.18.1 # Apache-2.0
|
||||
|
|
Loading…
Reference in New Issue