That's solved the problem, thanks. I need to test python-3.7 because I am checking some API change that was introduced in that version.
On Sun, 24 Nov 2019 at 11:46, Amit Bawer <[email protected]> wrote: > usually when there is an issue with non found modules it's better to go > back to vdsm top dir > and > > make clean > ./autogen.sh > make > > then try again > > Also make sure you are running against the correct tested python version, > i.e. trying to run tox -e storage-py36 on fc30 with py37 would also fail > for non-found modules. > > On Sun, Nov 24, 2019 at 11:10 AM Eyal Shenitzky <[email protected]> > wrote: > >> Hi, >> >> I am failing to run VDSM tests locally using tox, failed with the >> following error: >> >> ImportError while loading conftest >> '/home/eshenitz/git/vdsm/tests/storage/conftest.py'. >> storage/conftest.py:36: in <module> >> from vdsm import jobs >> ../lib/vdsm/jobs.py:29: in <module> >> from vdsm.config import config >> ../lib/vdsm/config.py:29: in <module> >> from vdsm.common.config import * # NOQA: F401, F403 >> E ModuleNotFoundError: No module named 'vdsm.common.config' >> >> Did someone encounter this problem? >> I cannot run vdsm-tool configure --force because it exists only in >> python-2 version >> >> -- >> Regards, >> Eyal Shenitzky >> _______________________________________________ >> Devel mailing list -- [email protected] >> To unsubscribe send an email to [email protected] >> Privacy Statement: https://www.ovirt.org/site/privacy-policy/ >> oVirt Code of Conduct: >> https://www.ovirt.org/community/about/community-guidelines/ >> List Archives: >> https://lists.ovirt.org/archives/list/[email protected]/message/J5BDM6CSMZI6W263GPJALJMPZX6UYFJ6/ >> > -- Regards, Eyal Shenitzky
_______________________________________________ Devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/JMC6KVLIAAHQWZKILYI472MEDGUEU5HL/
