<div dir="ltr"><div><div><div><div>Hi Guys, <br><br></div>I want just remind you that I fixed build-dependency in python-oslo.db >><br><br><a href="https://salsa.debian.org/openstack-team/oslo/python-oslo.db/commit/9047af2ddbff02f7fc54b585f7aa05ac15d09c61">https://salsa.debian.org/openstack-team/oslo/python-oslo.db/commit/9047af2ddbff02f7fc54b585f7aa05ac15d09c61</a><br><br></div>before build was failing on tests :<br><br>===> Running tests<br>set -e ; set -x ; for i in 2.7 3.5 ; do \<br>    PYMAJOR=`echo $i | cut -d'.' -f1` ; \<br>    echo "===> Testing with python$i (python$PYMAJOR)" ; \<br>    rm -rf .testrepository ; \<br>    testr-python$PYMAJOR init ; \<br>    TEMP_REZ=`mktemp -t` ; \<br>    PYTHONPATH=/build/python-oslo.db PYTHON=python$i testr-python$PYMAJOR run --subunit 'tests\.(?!.*test_db_api_without_installed_eventlet.*)' | tee $TEMP_REZ | subunit2pyunit ; \<br>    cat $TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \<br>    rm -f $TEMP_REZ ; \<br>    testr-python$PYMAJOR slowest ; \<br>done<br>+ echo 2.7<br>+ cut -d. -f1<br>+ PYMAJOR=2<br>+ echo ===> Testing with python2.7 (python2)<br>===> Testing with python2.7 (python2)<br>+ rm -rf .testrepository<br>+ testr-python2 init<br>+ mktemp -t<br>+ TEMP_REZ=/tmp/tmp.JqRaTYYY88<br>+ PYTHONPATH=/build/python-oslo.db PYTHON=python2.7 testr-python2 run --subunit tests\.(?!.*test_db_api_without_installed_eventlet.*)<br>+ tee /tmp/tmp.JqRaTYYY88<br>+ subunit2pyunit<br>runNon-zero exit code (2) from test listing.<br>ning=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \<br>OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \<br>OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \<br>${PYTHON:-python} -m subunit.run discover -t ./ ./oslo_db/tests --list <br>--- import errors ---<br>Failed to import test module: oslo_db.tests.sqlalchemy<br>Traceback (most recent call last):<br>  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 490, in _find_test_path<br>    package = self._get_module_from_name(name)<br>  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in _get_module_from_name<br>    __import__(name)<br>  File "oslo_db/tests/sqlalchemy/__init__.py", line 16, in <module><br>    from oslo_db.sqlalchemy import test_base<br>  File "oslo_db/sqlalchemy/test_base.py", line 35, in <module><br>    from oslo_db.sqlalchemy.test_fixtures import optimize_package_test_loader<br>  File "oslo_db/sqlalchemy/test_fixtures.py", line 19, in <module><br>    import testscenarios<br>ImportError: No module named testscenarios<br><br><br></div>Thanks,<br></div>Michal Arbet ( Kevin )<br></div>