# HG changeset patch # User Mads Kiilerich # Date 2016-05-17 23:10:33 # Node ID 96779dba8b01768d4334c4d5e0215600e8bd1168 # Parent 7f2aa3ec29312d7869862382df70247d10be69ce tests: remove reference to removed kallithea/tests/parameterized.py The file was removed in 66c40720e7b2. I guess tests still passed because it still found the .pyc file. diff --git a/kallithea/tests/__init__.py b/kallithea/tests/__init__.py --- a/kallithea/tests/__init__.py +++ b/kallithea/tests/__init__.py @@ -47,7 +47,6 @@ from kallithea.lib.compat import unittes from kallithea import is_windows from kallithea.model.db import Notification, User, UserNotification from kallithea.model.meta import Session -from kallithea.tests.parameterized import parameterized from kallithea.lib.utils2 import safe_str diff --git a/scripts/manifest b/scripts/manifest --- a/scripts/manifest +++ b/scripts/manifest @@ -918,7 +918,6 @@ kallithea/tests/other/manual_test_vcs_op kallithea/tests/other/test_libs.py kallithea/tests/other/test_mail.py kallithea/tests/other/test_validators.py -kallithea/tests/parameterized.py kallithea/tests/scripts/ kallithea/tests/scripts/create_rc.sh kallithea/tests/scripts/manual_test_concurrency.py