This is a combination of 3 commits, plus additional fixes:
releasenotes/source/conf.py required an additional pep8 fix
minimal stestr version is 2.0.0 now in stable/pike since
207650493cec84701d2bf3d7c30d5f573817a17f
This is the 1st commit message:
Fix pep8 errors
Recent pep8 upgrade and corresponding pycodestyle update break
pep8 job due to the new rules.
- E402 module level import not at top of file
- E731 do not assign a lambda expression, use a def
- W503 line break before binary operator
Conflicts:
neutron_lib/api/validators/__init__.py
neutron_lib/tests/unit/api/definitions/base.py
Change-Id: I40d386b44489e6847dd9c441b3feb56e099d252e
This is the commit message #2:
Fix unit test failures due to switch to testr changes
Conflicts:
test-requirements.txt
Change-Id: Idae1413a769371cb7c76d4689f6dab67c72b22be
This is the commit message #3:
Switch to stestr
According to Openstack summit session [1] stestr is
maintained project to which all Openstack projects
should migrate.
Let's switch it then.
[1] https://etherpad.openstack.org/p/YVR-python-pti
Conflicts:
test-requirements.txt
Change-Id: I430dc5268fb9ef8fcd6e1009f50fb64e32089c37