From 708a69879ca37c484c24f2318ab3ca0d7ad75d07 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 12 Feb 2018 17:09:58 +0100 Subject: [PATCH] tox: stop validating locale files They are autogenerated, and the updates are submitted automatically. There is no much value in validating them. Also the recent translation update https://review.openstack.org/#/c/542609/ removes the last pot file and this validation starts failing. Change-Id: I08a5c6acf4312df307aee4ba66f3d957191c8708 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 9f026b0e03..9eed2f0f3e 100644 --- a/tox.ini +++ b/tox.ini @@ -34,8 +34,6 @@ commands = # Run bashate during pep8 runs to ensure violations are caught by # the check and gate queues. {toxinidir}/tools/run_bashate.sh {toxinidir} - # Check that .po and .pot files are valid: - bash -c "find ironic -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null" # Check the *.rst files doc8 README.rst CONTRIBUTING.rst doc/source --ignore D001