Allow single-dot version tags in BDD tests
This commit is contained in:
parent
01719408bc
commit
a3caba53d5
@ -69,7 +69,7 @@ def _get_version_tag(tag):
|
|||||||
version_re = re.compile(r"""
|
version_re = re.compile(r"""
|
||||||
(?P<package>qt|pyqt)
|
(?P<package>qt|pyqt)
|
||||||
(?P<operator>==|>|>=|<|<=|!=)
|
(?P<operator>==|>|>=|<|<=|!=)
|
||||||
(?P<version>\d+\.\d+\.\d+)
|
(?P<version>\d+\.\d+(\.\d+)?)
|
||||||
""", re.VERBOSE)
|
""", re.VERBOSE)
|
||||||
|
|
||||||
match = version_re.match(tag)
|
match = version_re.match(tag)
|
||||||
|
Loading…
Reference in New Issue
Block a user