Tox: Remove neutron/openstack/common from excludes list
Commit56efc8ac76
and commit7ddfffb0fc
removed olso incubator. So we can remove this from the files that are skipped as they no longer exist. TrivialFix Change-Id: If88988edac2ae2829a8f5827f855812db56ba63e
This commit is contained in:
parent
d8ae9cf475
commit
82c65df0bd
2
tox.ini
2
tox.ini
@ -127,7 +127,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
|
||||
# H405 multi line docstring summary not separated with an empty line
|
||||
ignore = E125,E126,E128,E129,E265,H404,H405
|
||||
show-source = true
|
||||
exclude = ./.*,build,dist,neutron/openstack/common/*
|
||||
exclude = ./.*,build,dist
|
||||
# N334 unittest2 must be used instead of unittest
|
||||
# Off by default to avoid breaking external projects.
|
||||
# Compliant projects can enable it like this:
|
||||
|
Loading…
Reference in New Issue
Block a user