Commit 1fc458b5 authored by Tim Graham's avatar Tim Graham
Browse files

Removed a useless check in runtests.py

Added in 3e975359, this check
appears to never be triggered today.
parent c0cc8f69
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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'))):