15 Jan
2019
15 Jan
'19
5:49 p.m.
Ben Nemec <openstack@nemebean.com> writes:
I tried to set up a test environment for this, but I'm having some issues. My local environment is defaulting to python 3, while the gate job appears to have been running under python 2. I'm not sure why it's doing that since the tox env definition doesn't specify python 3 (maybe something to do with https://review.openstack.org/#/c/622415/ ?), but either way I keep running into import issues.
I'll take another look tomorrow, but in the meantime I'm afraid I haven't made any meaningful progress. :-(
If no version is specified in the tox.ini then tox defaults to the version of python used to install it. -- Doug