From 0e6572ed6e0bbfb44429af436c141000b176044e Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 27 Aug 2015 16:53:30 +0200 Subject: [PATCH] remove deprecated test suite declarations these cause Warnings during the tests --- account_invoice_constraint_chronology/tests/__init__.py | 8 -------- account_partner_required/tests/__init__.py | 7 ------- 2 files changed, 15 deletions(-) diff --git a/account_invoice_constraint_chronology/tests/__init__.py b/account_invoice_constraint_chronology/tests/__init__.py index cd63538c6..3dd2ee2c0 100644 --- a/account_invoice_constraint_chronology/tests/__init__.py +++ b/account_invoice_constraint_chronology/tests/__init__.py @@ -28,11 +28,3 @@ # from . import test_account_constraint_chronology - -fast_suite = [ - test_account_constraint_chronology, -] - -checks = [ - test_account_constraint_chronology, -] diff --git a/account_partner_required/tests/__init__.py b/account_partner_required/tests/__init__.py index 0654dbcb8..7b3bbb527 100644 --- a/account_partner_required/tests/__init__.py +++ b/account_partner_required/tests/__init__.py @@ -21,10 +21,3 @@ ############################################################################## from . import test_account_partner_required - -fast_suite = [ -] - -checks = [ - test_account_partner_required, -]