diff --git a/tests/runtests.py b/tests/runtests.py index e3e118c908..2f9cefc8c5 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -74,7 +74,6 @@ def get_test_modules(): for modpath, dirpath in discovery_paths: for f in os.listdir(dirpath): if ('.' in f or - f.startswith('sql') or os.path.basename(f) in SUBDIRS_TO_SKIP or os.path.isfile(f) or not os.path.exists(os.path.join(dirpath, f, '__init__.py'))):