hassanakbar4 / tractive-test

0 stars 0 forks source link

Missing dependency on intervaltree #342

Closed hassanakbar4 closed 2 years ago

hassanakbar4 commented 6 years ago

component_Version 2 cli resolution_fixed type_defect | by jyasskin@chromium.org


https://travis-ci.org/jyasskin/webpackage/builds/339700698 shows a "No module named intervaltree" error from scripts.py after pip install xml2rfc. https://trac.tools.ietf.org/tools/xml2rfc/trac/browser/trunk/cli/setup.py#L100 in fact doesn't list that dependency.


Issue migrated from trac:342 at 2021-10-20 18:25:51 +0500

hassanakbar4 commented 6 years ago

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


Bah. Too many parallel projects. In another recent project I loaded the requirements from requirements.txt into setup.py, but not here. Fix coming.

hassanakbar4 commented 6 years ago

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


I also have to figure out why tox didn't catch this ...

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 [2425]:

Fixed issues with installation and with execution under python 2.7. Fixes issue #342 and #343.