##// END OF EJS Templates
skip parametric tests on Python 3.4...
MinRK -
Show More
@@ -364,3 +364,6 b' def onlyif_cmds_exist(*commands):'
364 "is installed".format(cmd))
364 "is installed".format(cmd))
365 raise e
365 raise e
366 return null_deco
366 return null_deco
367
368 if sys.version_info >= (3,4):
369 parametric = skip("Parametric tests don't work on Python >= 3.4")
General Comments 0
You need to be logged in to leave comments. Login now