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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to