You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed this in one of our internal tools' test suites that uses pyhaystack. @ozacas-widesky was dusting off this tool and happened to notice the issue. (Internal JIRA ticket: CORE-3151.)
I'll try and get to fixing this as soon as I can, but just filing this bug here so I remember to upstream the fix. :-)
/usr/lib/python3/dist-packages/pyhaystack/client/ops/vendor/widesky.py:241: DeprecationWarning: Function 'semver.match' is deprecated. Deprecated since version 2.10.0. This function will be removed in semver 3. Use the respective 'semver.Version.match' instead.
res[feature] = semver.match(ver, ">=0.8.0")
The text was updated successfully, but these errors were encountered:
We noticed this in one of our internal tools' test suites that uses
pyhaystack
. @ozacas-widesky was dusting off this tool and happened to notice the issue. (Internal JIRA ticket:CORE-3151
.)I'll try and get to fixing this as soon as I can, but just filing this bug here so I remember to upstream the fix. :-)
The text was updated successfully, but these errors were encountered: