diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-01-13 22:00:46 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-01-14 12:56:37 +0000 |
commit | 262e064bb6b8498adee8bc4793867b09398ee807 (patch) | |
tree | cdeb147890b1f4183dcd934cb4b2a30c09dfc590 | |
parent | 0a9dd3cab74c148fff20abd7e869016ff7dee8b3 (diff) |
VTL: New version of pyparsing breaks tests.
Specify use of version <2.3.1 released Jan 13, 2019
Change-Id: I23cfb802a677956b77897e0c2b690fac50e18541
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
-rw-r--r-- | test/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/requirements.txt b/test/requirements.txt index b3b14651bc5..0723100bd68 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -7,6 +7,8 @@ parameterized>=0.6.1 # BSD pexpect # ISC psutil # BSD pycodestyle # MIT (Expat license) https://pypi.org/project/pycodestyle/ +# used by syslog_rfc5424_parser +pyparsing<2.3.1 # MIT scapy==2.4.0; python_version >= '2.7' or python_version >= '3.4' # GPL2 https://github.com/secdev/scapy/blob/master/LICENSE six # MIT subprocess32 # PSF |