diff options
author | Josh Smith <qinusty@gmail.com> | 2018-08-29 11:54:47 +0100 |
---|---|---|
committer | Josh Smith <qinusty@gmail.com> | 2018-08-30 09:03:17 +0100 |
commit | c8b422f102045a371c78bd4c5769cc6ec909f4c4 (patch) | |
tree | 5911ce3fa1888ab5563d9a2be1b934770539972c /dev-requirements.txt | |
parent | d67d14f1d5a54c6618ebf2c88405f00209c9f2d4 (diff) | |
download | buildstream-c8b422f102045a371c78bd4c5769cc6ec909f4c4.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 |