From 0d23a1e563415846e0cabbd04360398ac4fe104f Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Mon, 28 Oct 2024 10:44:32 +0000 Subject: [PATCH] Delete tests/test_no_addons.py --- tests/test_no_addons.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/test_no_addons.py diff --git a/tests/test_no_addons.py b/tests/test_no_addons.py deleted file mode 100644 index e7abf99..0000000 --- a/tests/test_no_addons.py +++ /dev/null @@ -1,9 +0,0 @@ -import subprocess -from .common import install_test_addons - - -def test_no_addons(): - """Test must not fail where there are no installable addons.""" - with install_test_addons(["uninstallable_addon"]) as addons_dir: - # no need to initialize test database because tests will not be attempted - subprocess.check_call(["oca_run_tests"], cwd=addons_dir)