summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorWitold Bedyk <witold.bedyk@est.fujitsu.com>2018-07-02 13:20:05 +0200
committerWitold Bedyk <witold.bedyk@est.fujitsu.com>2018-07-30 10:37:34 +0200
commit9586972ddd50fab9a4d0349d91f8dcb125193cb7 (patch)
tree27900f6a280375b758d28f1f159b7bb3798fdc07 /test-requirements.txt
parenta74978619ec8daa6a9b2aa2547e161694f31aca7 (diff)
downloadceilometer-9586972ddd50fab9a4d0349d91f8dcb125193cb7.tar.gz
Migrate to stestr for running tests
stestr is recommended by OpenStack Project Testing Interface for running tests [1]. This change migrates to stestr for running unit tests and coverage job. Modified `cover` env allows running it as Zuul job and visualising its results in Gerrit. [1] https://governance.openstack.org/tc/reference/pti/python.html#python-test-running Change-Id: I9e8b79d7a18cd36946daff10abb1a2f43b1aa3a1
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 9d66dad7..cb9b38f0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,10 +13,9 @@ oslotest>=2.15.0 # Apache-2.0
oslo.vmware>=1.16.0 # Apache-2.0
pyOpenSSL>=0.14 # Apache-2.0
sphinx>=1.6.2 # BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
gabbi>=1.30.0 # Apache-2.0
requests-aws>=0.1.4 # BSD License (3 clause)
-os-testr>=0.4.1 # Apache-2.0
kafka-python>=1.3.2 # Apache-2.0
+stestr>=1.0.0 # Apache-2.0