[
https://issues.apache.org/jira/browse/DISPATCH-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16726212#comment-16726212
]
ASF GitHub Bot commented on DISPATCH-1229:
------------------------------------------
fgiorgetti opened a new pull request #429: DISPATCH-1229 - Fixed imports
causing issues to system tests on python3.7
URL: https://github.com/apache/qpid-dispatch/pull/429
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> System tests failing when executed with python3.7
> -------------------------------------------------
>
> Key: DISPATCH-1229
> URL: https://issues.apache.org/jira/browse/DISPATCH-1229
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Tests
> Reporter: Fernando Giorgetti
> Priority: Major
>
> System tests are failing when executed against F29 with only python3.7
> installed.
> A few python source files are importing Mapping and Sequence classes from
> "collections" package, but python3.7 raises a warning message saying:
>
> {noformat}
> DeprecationWarning: Using or importing the ABCs from 'collections' instead of
> from 'collections.abc' is deprecated, and in 3.8 it will stop working
> {noformat}
> There are system tests reading, for example, the output from "qdmanage query"
> and trying to parse it as a JSON, but because of the "warning" message above,
> qdmanage output cannot be parsed and so system test fails.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]