[Webkit-unassigned] [Bug 230549] New: [webkitcorepy] Fail to parse python required version when there's a space between operator and version
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 21 04:49:19 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230549
Bug ID: 230549
Summary: [webkitcorepy] Fail to parse python required version
when there's a space between operator and version
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
This happened to me with pytest-asyncio, data-requires-python contains ">= 3.5", but Version::matches() is using the == operator because the regular expression fails to get the operator.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210921/2bc5340e/attachment.htm>
More information about the webkit-unassigned
mailing list