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 Alexey Pelykh
parent 64bde0c100
commit b481426e52

View File

@@ -28,11 +28,3 @@
#
from . import test_account_constraint_chronology
fast_suite = [
test_account_constraint_chronology,
]
checks = [
test_account_constraint_chronology,
]