Tests: standardize TAP_AUTOTIME parsing in python
[lttng-tools.git] / tests / utils / test_utils.py
index 30c057bddd53dfcca865e7d28b0c56fdb608acc9..d87cd1e32696807be20314c90f9e043d83eed4fa 100644 (file)
@@ -24,7 +24,7 @@ sys.path.append(lttng_bindings_libs_path)
 from lttng import *
 
 _time_tests = True
-if os.getenv("TAP_AUTOTIME", "1") == "" or os.getenv("TAP_AUTOTIME", "1") == "0" or sys.version_info < (3,3,0):
+if os.getenv("TAP_AUTOTIME", "1") == "0":
     _time_tests = False
 
 
This page took 0.024044 seconds and 4 git commands to generate.