diff options
author | Chandan Singh <chandan@chandansingh.net> | 2019-11-12 00:18:17 +0000 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2019-12-05 13:46:40 +0000 |
commit | b0375014d5c97c484b6704b87140355de3d7701a (patch) | |
tree | d274b690b158d3e6469f5e67d40413c399d37f9c /requirements/dev-requirements.txt | |
parent | 30e4a7d60477f1e6c8f82e13def193048aaaf003 (diff) | |
download | buildstream-b0375014d5c97c484b6704b87140355de3d7701a.tar.gz |
requirements: Add pexpect for running interactive tests
Diffstat (limited to 'requirements/dev-requirements.txt')
-rw-r--r-- | requirements/dev-requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index a9c265c85..15e9b30a6 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -1,3 +1,4 @@ +pexpect==4.7.0 pylint==2.4.4 pytest==5.3.1 pytest-datafiles==2.0 @@ -17,6 +18,7 @@ mccabe==0.6.1 more-itertools==8.0.0 packaging==19.2 pluggy==0.13.1 +ptyprocess==0.6.0 py==1.8.0 pyparsing==2.4.5 pytest-forked==1.1.3 |