You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/01/02 15:09:00 UTC

[jira] [Commented] (DISPATCH-1229) System tests failing when executed with python3.7

    [ https://issues.apache.org/jira/browse/DISPATCH-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732144#comment-16732144 ] 

ASF subversion and git services commented on DISPATCH-1229:
-----------------------------------------------------------

Commit f8ff6a7b5f77f3d46f7b034fbee529042678389f in qpid-dispatch's branch refs/heads/1.5.x from Fernando Giorgetti
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=f8ff6a7 ]

DISPATCH-1229 - Fixed imports causing issues to system tests on python3.7


> 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
>             Fix For: 1.6.0
>
>
> 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org