<html><head></head><body><div>On Thu, 2023-02-23 at 12:27 +0530, Pranali Deore wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr">Hello Everyone,<div><br></div><div>The openstack-tox-docs job is failing consistently for stable/wallaby branch[1]</div><div>with below error, </div><div>-----------------------------------------------------------------------------------------------------</div><span style="font-family:"Liberation Mono",consolas,SFMono-Regular,menlo,monaco,"Courier New",monospace;font-size:11px;white-space:pre;background-color:rgb(250,250,250)"><font color="#000000">autodoc: failed to import module 'manage' from module 'glance.cmd'; </font></span><div><font color="#000000"><span style="font-family:"Liberation Mono",consolas,SFMono-Regular,menlo,monaco,"Courier New",monospace;font-size:11px;white-space:pre;background-color:rgb(250,250,250)">the following exception was raised:</span><br style="box-sizing:border-box;font-family:"Liberation Mono",consolas,SFMono-Regular,menlo,monaco,"Courier New",monospace;font-size:11px;white-space:pre;background-color:rgb(250,250,250)"></font><div><font color="#000000"><span style="background-color:rgb(250,250,250);font-family:"Liberation Mono",consolas,SFMono-Regular,menlo,monaco,"Courier New",monospace;font-size:11px;white-space:pre">No module named 'sqlalchemy.databases'</span> </font></div><div><br></div><div>-----------------------------------------------------------------------------------------------------</div><div><br></div><div>and openstack-tox-functional job is failing for stable/train [2], seems we need to install some </div><div>packages for python2.7[3]. Do we need similar changes[4] for openstack-tox-functional as well?</div></div></div></blockquote><div><br></div><div><br></div><div>This is happening because you're not applying upper-constraints to the packages. You can see this by looking at the packages that are installed. sqlalchemy 2.0.4 is being installed, which shouldn't be allowed.</div><div><br></div><div>You need to either:</div><div><br></div><div>a. install the requirements as part of '[testenv:docs] deps', or</div><div>b. override '[tox] install_command' as is done on master</div><div><br></div><div>Stephen</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr"><div><div><br></div><div>These jobs are failing since quite long time and we have some import patches to merge in</div><div>these stable branches, hence raising this on ML.</div><div><br></div><div><br></div><div>[1]: <a href="https://review.opendev.org/c/openstack/glance/+/871621">https://review.opendev.org/c/openstack/glance/+/871621</a></div></div><div>[2]: <a href="https://review.opendev.org/c/openstack/glance/+/871630">https://review.opendev.org/c/openstack/glance/+/871630</a></div><div>[3]: <a href="https://bugs.launchpad.net/tripleo/+bug/2006479">https://bugs.launchpad.net/tripleo/+bug/2006479</a></div><div>[4]:<a href="https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/873020/">https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/873020/</a></div><div><br></div><div><br></div><div><br></div><div>Thanks & Regards,</div><div>Pranali Deore</div></div></blockquote><div><br></div><div><span></span></div></body></html>