Skip to content

Fixed a bug in the skip_minimum_version testing decorator

This PR fixes the skip_minimum_version testing decorator to actually compare versions properly using distutils.version.LooseVersion.

Merge request reports