Exclude files from testing
Exclude known problematic files from testing. This requires the just released 0.4 version of openstack-doc-tools. Change-Id: I396b069289dbcf31490a93ad61ad22ead755ea4b
This commit is contained in:
parent
a013f7f7ba
commit
a1d9c045e4
@ -1 +1 @@
|
||||
openstack-doc-tools>=0.3
|
||||
openstack-doc-tools>=0.4
|
||||
|
12
tox.ini
12
tox.ini
@ -18,16 +18,10 @@ commands = {posargs}
|
||||
commands = openstack-doc-test --api-site --check-niceness {posargs}
|
||||
|
||||
[testenv:checksyntax]
|
||||
# TODO(jaegerandi): Once openstack-doc-tools 0.4 is out add:
|
||||
# --exceptions-file=doc-test.exceptions
|
||||
commands = openstack-doc-test --api-site --check-syntax {posargs}
|
||||
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-syntax {posargs}
|
||||
|
||||
[testenv:checkdeletions]
|
||||
# TODO(jaegerandi): Once openstack-doc-tools 0.4 is out add:
|
||||
# --exceptions-file=doc-test.exceptions
|
||||
commands = openstack-doc-test --api-site --check-deletions {posargs}
|
||||
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-deletions {posargs}
|
||||
|
||||
[testenv:checkbuild]
|
||||
# TODO(jaegerandi): Once openstack-doc-tools 0.4 is out add:
|
||||
# --exceptions-file=doc-test.exceptions
|
||||
commands = openstack-doc-test --api-site --check-build {posargs}
|
||||
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-build {posargs}
|
||||
|
Loading…
x
Reference in New Issue
Block a user