summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZhao Chao <zhaochao1984@gmail.com>2018-04-16 17:46:04 +0800
committerZhao Chao <zhaochao1984@gmail.com>2018-04-18 10:08:09 +0800
commitdf7362702aad0e2e06145042f26dcfc6e1cb6cab (patch)
tree8b1718547495b12c57d0c6e40cdfa6ec2113020e /tox.ini
parent0c9a4fd659af8d8eb19fb39af52a2106b2c307a5 (diff)
downloadtrove-df7362702aad0e2e06145042f26dcfc6e1cb6cab.tar.gz
Cleanup testrepository and os-testr requirements
We have migrated to stestr for a while, however the related requirements is not updated, this patch does the cleanup, also updates requirements for stestr. Change-Id: I9c8cf2f90ced2261293f91faefc3099740540fe7 Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7b7945b7..803001aa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,6 @@ install_command = pip install \
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find ./trove -type f -name "*.pyc" -delete
- rm -f .testrepository/times.dbm
rm -f trove_test.sqlite
stestr run --serial '{posargs}'
stestr slowest