You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2019/10/09 18:03:29 UTC

[GitHub] [qpid-dispatch] kgiusti opened a new pull request #584: DISPATCH-1443: use python unittest library, fail back to unittest2

kgiusti opened a new pull request #584: DISPATCH-1443: use python unittest library, fail back to unittest2
URL: https://github.com/apache/qpid-dispatch/pull/584
 
 
   unittest is part of the standard library for Python.  unittest in
   versions of Python prior to 2.7 does not have all the features needed
   by our unit tests.  Use 3rd party python-unittest2 module if Python <
   2.7, otherwise use the standard library unittest.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org