remove deprecated test suite declarations

these cause Warnings during the tests
This commit is contained in:
Alexandre Fayolle
2015-08-27 16:53:30 +02:00
committed by Nhomar Hernández [Vauxoo]
parent a7422b4e2f
commit 652711e9a4

View File

@@ -21,10 +21,3 @@
##############################################################################
from . import test_account_partner_required
fast_suite = [
]
checks = [
test_account_partner_required,
]