[ovirt-devel] Re: Failed to run VDSM tests locally using tox

2019-11-24 Thread Eyal Shenitzky
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 wrote: > usually when there is an issue with non found modules it's better to go > back to vdsm top dir > and > >

[ovirt-devel] Re: Failed to run VDSM tests locally using tox

2019-11-24 Thread Nir Soffer
On Sun, Nov 24, 2019 at 11:10 AM Eyal Shenitzky 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 > from vdsm

[ovirt-devel] Re: Failed to run VDSM tests locally using tox

2019-11-24 Thread Amit Bawer
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