tox command doesn't work anymore to run neutron tests
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| neutron |
Fix Released
|
Undecided
|
Mathieu Rohon | ||
Bug Description
using tox 2.3.0 with the tox.ini from neutron leads to this kind of error:
$ tox -e pep8
Traceback (most recent call last):
File "/usr/local/
sys.
File "/usr/local/
config = prepare(args)
File "/usr/local/
config = parseconfig(args)
File "/usr/local/
parseini(
File "/usr/local/
self.
File "/usr/local/
res = meth(env_attr.name, env_attr.default)
File "/usr/local/
definitions = self._getdict(
File "/usr/local/
name, rest = line.split('=', 1)
ValueError: need more than 1 value to unpack
The root cause seems to be a bug in tox 2.3.0 :
https:/
It works fine with tox 2.3.1.
Other openstack projects report similar errors :
| Changed in neutron: | |
| assignee: | nobody → Mathieu Rohon (mathieu-rohon) |
| tags: | added: functional-tests unittest |

Fix proposed to branch: master /review. openstack. org/269633
Review: https:/