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:
@@ -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}
|
commands = openstack-doc-test --api-site --check-niceness {posargs}
|
||||||
|
|
||||||
[testenv:checksyntax]
|
[testenv:checksyntax]
|
||||||
# TODO(jaegerandi): Once openstack-doc-tools 0.4 is out add:
|
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-syntax {posargs}
|
||||||
# --exceptions-file=doc-test.exceptions
|
|
||||||
commands = openstack-doc-test --api-site --check-syntax {posargs}
|
|
||||||
|
|
||||||
[testenv:checkdeletions]
|
[testenv:checkdeletions]
|
||||||
# TODO(jaegerandi): Once openstack-doc-tools 0.4 is out add:
|
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-deletions {posargs}
|
||||||
# --exceptions-file=doc-test.exceptions
|
|
||||||
commands = openstack-doc-test --api-site --check-deletions {posargs}
|
|
||||||
|
|
||||||
[testenv:checkbuild]
|
[testenv:checkbuild]
|
||||||
# TODO(jaegerandi): Once openstack-doc-tools 0.4 is out add:
|
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-build {posargs}
|
||||||
# --exceptions-file=doc-test.exceptions
|
|
||||||
commands = openstack-doc-test --api-site --check-build {posargs}
|
|
||||||
|
Reference in New Issue
Block a user