Merge "Fix dependencies for mypy tox target"

This commit is contained in:
Zuul 2024-11-08 17:28:22 +00:00 committed by Gerrit Code Review
commit 28b2e819e3

View File

@ -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]