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, -]