zuul-jobs/roles/tox/library
James E. Blair a4cf5ca07e tox: Don't inline python warnings
The sphinx regex is picking up python warnings.  We can disambiguate
the two because sphinx doesn't emit a space before the message but
the python warnings module does.  This adjusts the regex to do that
and adds a test file that includes warnings output.

If we need/want to make this more robust, we could also simply filter
the sphinx output for messages that start with " ?\w+Warning:".

We could also decide that we want to include python warnings.

Change-Id: Ib58cc1a2d4f673a0ce3d2a9cae306004559f5b52
2020-04-08 14:13:48 -07:00
..
test-cases tox: Don't inline python warnings 2020-04-08 14:13:48 -07:00
__init__.py Add a python unit test framework 2018-07-25 09:11:25 -07:00
test_tox_install_sibling_packages.py Fix unittests for python2 and fedora 2020-02-24 10:50:13 -06:00
test_tox_parse_output.py Add test cases for tox line comment parsing 2020-04-03 19:34:24 +02:00
test-constraints.txt Fix unittests for python2 and fedora 2020-02-24 10:50:13 -06:00
tox_install_sibling_packages.py Fix python3 compat in tox siblings handling 2019-12-10 15:27:41 -08:00
tox_parse_output.py tox: Don't inline python warnings 2020-04-08 14:13:48 -07:00