From 124e71dae7dfb0e9d2efe0e5b229e34c4545abeb Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Wed, 11 Jul 2018 18:12:39 +0700 Subject: [PATCH] Remove testrepository and .testr.conf This commit is a follow-up of "switch to using stestr" which was merged already [1]. After switch to using stestr, testrepository and .testr.conf are unnecessary and should be removed. [1] https://review.openstack.org/576665 Change-Id: I7a0494c23389e6656a8a38042aeaa4507e12ce9a --- .gitignore | 1 - .testr.conf | 9 --------- lower-constraints.txt | 1 - 3 files changed, 11 deletions(-) delete mode 100644 .testr.conf diff --git a/.gitignore b/.gitignore index 2cc5eef5..0e1aa45d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ cover/ *.egg *.egg-info .eggs/ -.testrepository/ .stestr/ .tox/ MANIFEST diff --git a/.testr.conf b/.testr.conf deleted file mode 100644 index f2937cd0..00000000 --- a/.testr.conf +++ /dev/null @@ -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(?:\.|_)([^_]+) \ No newline at end of file diff --git a/lower-constraints.txt b/lower-constraints.txt index 3b80227d..9ebcc328 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -85,7 +85,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