diff options
author | Josh Smith <qinusty@gmail.com> | 2018-08-29 11:54:47 +0100 |
---|---|---|
committer | Qinusty <jrsmith9822@gmail.com> | 2018-08-29 16:34:22 +0000 |
commit | d41c42d6c53884c63046a1b7df14f5ab87566551 (patch) | |
tree | 1ede0c03cee2b124a02de4acb4b271422613e41c /dev-requirements.txt | |
parent | 3c8646e368ec50fcfc98bac8f99515249f7b6700 (diff) | |
download | buildstream-d41c42d6c53884c63046a1b7df14f5ab87566551.tar.gz |
Add tests for cyclic variables check
Note: This modifies the docker containers used for testing to supply the
pytest-timeout package.
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index ee2db0351..c88b4c723 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,3 +8,4 @@ pytest-env pytest-pep8 pytest-pylint pytest-xdist +pytest-timeout |