hassanakbar4 / tractive-test

0 stars 0 forks source link

Run.py only checks for python2.6+, but not python3 #345

Closed hassanakbar4 closed 2 years ago

hassanakbar4 commented 6 years ago

component_Version 2 cli resolution_fixed type_defect | by scott@kitterman.com


In 2.9.6 (and 2.9.8 and probably a bunch of other versions), if you run using python3, the check at the end of run.py bails out because its only looks for python2.6+.

Please see the attached patch. It works fine with the patch.

Scott K


Issue migrated from trac:345 at 2021-10-20 18:26:11 +0500

hassanakbar4 commented 6 years ago

@{"email"=>"scott@kitterman.com", "name"=>nil, "username"=>nil} uploaded file 0002-Fix-version-check-to-include-python3.patch (0.8 KiB)

patch

hassanakbar4 commented 6 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed status from new to closed

hassanakbar4 commented 6 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} changed resolution from ` tofixed`

hassanakbar4 commented 6 years ago

@{"email"=>"henrik@levkowetz.com", "name"=>nil, "username"=>nil} commented


Fixed in [2523]:

Applied patch from scott@kitterman.com to let run.py run under python 3. Fixes issue #345.