From 5d0191cd22e086e5671db01711585c979a1e1869 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 19 Jun 2025 00:23:43 +0900 Subject: [PATCH] Remove unused .testr.conf The .testr.conf file is unnecessary and unused, because testr is not used in any tests. Also remove python-subunit which is referenced to by only the .stestr.conf . Change-Id: I6358174d432494994c648a9b81153dc1e9afb382 --- .testr.conf | 7 ------- test-requirements.txt | 1 - 2 files changed, 8 deletions(-) delete mode 100644 .testr.conf diff --git a/.testr.conf b/.testr.conf deleted file mode 100644 index fb622677..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 \ No newline at end of file diff --git a/test-requirements.txt b/test-requirements.txt index 3af3249a..59199777 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,6 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0 coverage>=5.2.1 # Apache-2.0 ddt>=1.4.1 # MIT -python-subunit>=1.4.0 # Apache-2.0/BSD pytest>=5.3.5 # MIT testrepository>=0.0.20 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD