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