From 65d9f9512469ec5aa4fcf999c178d1d4cca7300b Mon Sep 17 00:00:00 2001 From: tpatil Date: Wed, 16 Jan 2019 10:49:14 +0900 Subject: [PATCH] Cleanup testrepository Due to switch from testrepository to stestr, all references of testrepoistory should be removed. This patch cleanup all testrepository occurrences. Change-Id: I02751fb6e94c3c18852812d2847e7713e8d3dd14 --- .testr.conf | 7 ------- tox.ini | 1 - 2 files changed, 8 deletions(-) delete mode 100644 .testr.conf diff --git a/.testr.conf b/.testr.conf deleted file mode 100644 index 6d83b3c4..00000000 --- a/.testr.conf +++ /dev/null @@ -1,7 +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:-60} \ - ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION -test_id_option=--load-list $IDFILE -test_list_option=--list diff --git a/tox.ini b/tox.ini index 9cb012be..be4c2cae 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,6 @@ whitelist_externals = bash # call ie: 'tox -epy27 -- --concurrency=4' commands = find . -type f -name "*.pyc" -delete - rm -Rf .testrepository/times.dbm passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY OS_DEBUG GENERATE_HASHES [testenv:py27]