Merge "Fix dependencies for mypy tox target"
This commit is contained in:
commit
28b2e819e3
3
tox.ini
3
tox.ini
@ -122,8 +122,7 @@ commands =
|
||||
stestr run --slowest --combine --concurrency 1 neutron.tests.fullstack.test_securitygroup.TestSecurityGroupsSameNetwork.test_securitygroup {posargs}
|
||||
|
||||
[testenv:mypy]
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
deps = {[testenv:pep8]deps}
|
||||
commands = mypy --config-file ./mypy.ini neutron
|
||||
|
||||
[testenv:releasenotes]
|
||||
|
Loading…
Reference in New Issue
Block a user