Merge "Remove testrepository and .testr.conf"

This commit is contained in:
Zuul 2018-08-03 13:56:23 +00:00 committed by Gerrit Code Review
commit 139db69565
3 changed files with 0 additions and 11 deletions

1
.gitignore vendored
View File

@ -9,7 +9,6 @@ cover/
*.egg
*.egg-info
.eggs/
.testrepository/
.stestr/
.tox/
MANIFEST

View File

@ -1,9 +0,0 @@
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
${PYTHON:-python} -m subunit.run discover -t ./ $OS_TEST_PATH $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list
group_regex=monasca_log_api\.tests(?:\.|_)([^_]+)

View File

@ -84,7 +84,6 @@ statsd==3.2.1
stestr==1.0.0
stevedore==1.20.0
tabulate==0.8.1
testrepository==0.0.18
testtools==2.2.0
traceback2==1.4.0
ujson==1.35