From eecb4a60cd4f543331d50b4868abfce9eafded9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Thu, 11 Feb 2021 21:10:49 +0100 Subject: [PATCH] Remove .testr.conf It is not used. This is to satisfy the to-stestr-migration validation [1]. [1] http://lists.openstack.org/pipermail/openstack-discuss/2021-February/020371.html Change-Id: Ic7ac0befe38b236c5b6c20c6458cabe0abb5078a --- .testr.conf | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .testr.conf diff --git a/.testr.conf b/.testr.conf deleted file mode 100644 index 6d83b3c..0000000 --- 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