
One of the required CI tests is a Travis doc build, even if a PR does not touch any doc file. The following failure appears to be deterministic on master and 3.8. A 3.7 backport passed. It has happened multiple times on multiple PRs today. Example: https://travis-ci.org/python/cpython/jobs/561700698 The failure is ''' Warning, treated as error: [distutils/examples:267] "`" found in "This is the description of the ``foobar`` package." ''' See https://bugs.python.org/issue37644 -- Terry Jan Reedy

On Jul 21, 2019, at 18:49, Terry Reedy <tjreedy@udel.edu> wrote:
One of the required CI tests is a Travis doc build, even if a PR does not touch any doc file. The following failure appears to be deterministic on master and 3.8. A 3.7 backport passed. It has happened multiple times on multiple PRs today. Example: https://travis-ci.org/python/cpython/jobs/561700698 The failure is ''' Warning, treated as error: [distutils/examples:267] "`" found in "This is the description of the ``foobar`` package." ''' See https://bugs.python.org/issue37644
master is now fixed; 3.8 should be fixed in a few minutes -- Ned Deily nad@python.org -- []
participants (2)
-
Ned Deily
-
Terry Reedy