summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2018-06-06 19:04:13 +0300
committerPavlo Shchelokovskyy <shchelokovskyy@gmail.com>2018-06-07 10:39:16 +0300
commit64a90a6700fbc2a9114b432a1bde494372589410 (patch)
tree46f4c3f0ae838c3ddd74ff0130e998a5c4fd3399 /test-requirements.txt
parentd69dc019cb0573a3edcbff3ccca479cefc5ec67c (diff)
downloadironic-64a90a6700fbc2a9114b432a1bde494372589410.tar.gz
Comply with PTI for Python testing
Project Testing Interface for Python [0] suggests to use stestr as unit test runner uniformly across all OpenStack projects. [0] https://governance.openstack.org/tc/reference/pti/python.html Change-Id: I1c321500a2256b09cb6a58f6cd7070c9dc702555
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 8bfb2dd3d..7a2716f43 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,9 +10,9 @@ Babel!=2.4.0,>=2.3.4 # BSD
PyMySQL>=0.7.6 # MIT License
iso8601>=0.1.11 # MIT
oslotest>=3.2.0 # Apache-2.0
+stestr # Apache-2.0
psycopg2>=2.6.2 # LGPL/ZPL
testtools>=2.2.0 # MIT
-os-testr>=1.0.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
WebTest>=2.0.27 # MIT