21207: Remove Python slow/short tests support
[arvados.git] / sdk / cwl / arvados_version.py
index 794b6afe4261cba9c6bfc4c5dd3fee9d6bb6c19b..ca20de4c5813d4d0a9bf7dc6a1e74ce7ac68c43c 100644 (file)
@@ -72,14 +72,6 @@ if REPO_PATH is None:
         if (SETUP_DIR / mod_name).is_dir()
     )
 
-def short_tests_only(arglist=sys.argv):
-    try:
-        arglist.remove('--short-tests-only')
-    except ValueError:
-        return False
-    else:
-        return True
-
 def git_log_output(path, *args):
     return subprocess.check_output(
         ['git', '-C', str(REPO_PATH),