From f04b61e2ebea028c8f71784741aa39188a691d5e Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 27 Aug 2015 16:50:21 +0200 Subject: [PATCH] remove deprecated test suite declarations --- auth_from_http_remote_user/tests/__init__.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/auth_from_http_remote_user/tests/__init__.py b/auth_from_http_remote_user/tests/__init__.py index bf16e2154..141f3a428 100644 --- a/auth_from_http_remote_user/tests/__init__.py +++ b/auth_from_http_remote_user/tests/__init__.py @@ -20,9 +20,3 @@ ############################################################################## from . import test_res_users -fast_suite = [ -] - -checks = [ - test_res_users, -]