Remove doc-test-exceptions.txt

This is handled now via doc-test.conf, we can remove the file
completely now.

Change-Id: I439fb3e553c80b105931c80be0e84cb39bc0c412
This commit is contained in:
Andreas Jaeger 2014-02-09 19:43:13 +01:00
parent 7d4ad483bc
commit dbf8e69be0
2 changed files with 3 additions and 8 deletions

View File

@ -1,5 +0,0 @@
# These files are ignored while running openstack-doc-text
# via tox.
#
# From apidocs
includewars.xml

View File

@ -18,10 +18,10 @@ commands = {posargs}
commands = openstack-doc-test --api-site --check-niceness {posargs}
[testenv:checksyntax]
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-syntax {posargs}
commands = openstack-doc-test --api-site --check-syntax {posargs}
[testenv:checkdeletions]
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-deletions {posargs}
commands = openstack-doc-test --api-site --check-deletions {posargs}
[testenv:checkbuild]
commands = openstack-doc-test --api-site --exceptions-file=doc-test-exceptions.txt --check-build {posargs}
commands = openstack-doc-test --api-site --check-build {posargs}