commit | 9f4e778e2a216fbeda365c360447432e48224739 | [log] [tgz] |
---|---|---|
author | Thomas Preud'homme <thomasp@graphcore.ai> | Sun Oct 06 18:25:22 2019 +0000 |
committer | Thomas Preud'homme <thomasp@graphcore.ai> | Sun Oct 06 18:25:22 2019 +0000 |
tree | a674c60f65066f803f841a3bf4cf5508513b08fd | |
parent | 703a013fa7a30a97a1335a1dea6605b362dec557 [diff] |
[LNT] Python 3 support: update dependencies Update dependencies to fix 2 python 3 related issues: - progressbar does not support Python 3 (use progressbar2 instead) - PyYAML 3.12 fails to install with Python 3.7 (issue #126, use PyYAML 3.13 instead) Reviewers: cmatthews, hubert.reinterpretcast, kristof.beyls Reviewed By: hubert.reinterpretcast Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D68126 llvm-svn: 373859
This directory and its subdirectories contain the LLVM nightly test infrastructure. This is technically version “4.0” of the LLVM nightly test architecture.
The infrastructure has the following layout:
$ROOT/lnt - Top-level Python ‘lnt’ module
$ROOT/lnt/server/db - Database schema, utilities, and examples of the LNT plist format.
$ROOT/docs - Sphinx documentation for LNT.
$ROOT/tests - Tests for the infrastructure.
For more information, see the web documentation, or docs/.