From 686386abfc037fc477eab187789f148ea3c44799 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 -------- 1 file changed, 8 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, -]