Skip to content

Conversation

@jcristau
Copy link
Contributor

As far as I can tell, version numbers only contain digits and periods, so we can do without LooseVersion here, reject bad version strings, and ensure comparisons work.

Fixes #3441

As far as I can tell, version numbers have only ever contained digits
and periods, so we can do without LooseVersion here, reject bad version
strings, and ensure comparisons work.

Update tests to not use 4-part version numbers, that haven't actually
been used in practice, and are rejected by StrictVersion.

Fixes mozilla-releng#3441
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeError: '<' not supported between instances of 'str' and 'int'

1 participant