e62823d134
... because hacking 3.0.x is too old. pylint is also bumped to resolve conflicting dependencies. The new version is currently used in neutron. The pylint setting is imported from neutron with one additional disablement to ignore the following error. ovsdbapp/schema/open_vswitch/helpers.py:47:14: R1732: Consider using 'with' for resource-allocating operations (consider-using-with) Change-Id: I41b4524ff13b8d46d2e0c76f09b5ec47601bd955
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
coverage!=4.4,>=4.0 # Apache-2.0
|
|
isort==4.3.21 # MIT
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|