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/18 22:20:42 UTC

[GitHub] [qpid-dispatch] kgiusti commented on issue #596: WIP: assertRaises and mutually_exclusive groups not working as expected in rhel6

kgiusti commented on issue #596: WIP: assertRaises and mutually_exclusive groups not working as expected in rhel6
URL: https://github.com/apache/qpid-dispatch/pull/596#issuecomment-543979356
 
 
   I would simply skip the test if python is 2.6.  Would that be easier?
   
   import sys
   
   Then in the test
   if sys.version_info[0]  == 2 and sys.version_info[1] < 7:
       self.skipTest("requires python >= 2.7")
   
   taa daa!!!
   

----------------------------------------------------------------
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