Skip to content

Commit 70f750d

Browse files
k0machifruch
authored andcommitted
main: remove hardcoded driver versions from testing
Removing obsolete driver versions from testing.
1 parent dc87b77 commit 70f750d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ def extract_n_latest_repo_tags(repo_directory: str, major_versions: List[str], l
112112
latest_tags_size=arguments.version_size,
113113
is_scylla_driver=arguments.driver_type == "scylla")
114114

115-
# if only one digit version specified, append few default version to test
116-
if arguments.driver_type == "scylla" and (not _input_versions or all(len(v.split('.')) == 1 for v in _input_versions)):
117-
versions += ['3.10.2-scylla-1', '3.7.1-scylla-2']
118-
119115
# add back all the full qualified versions specified in `--versions` (i.e. not one digit versions)
120116
versions += [v for v in _input_versions if len(v.split('.')) > 1]
121117

0 commit comments

Comments
 (0)