VTL: New version of pyparsing breaks tests. 97/16797/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Mon, 14 Jan 2019 06:00:46 +0000 (22:00 -0800)
committerOle Trøan <otroan@employees.org>
Mon, 14 Jan 2019 12:56:37 +0000 (12:56 +0000)
Specify use of version <2.3.1 released Jan 13, 2019

Change-Id: I23cfb802a677956b77897e0c2b690fac50e18541
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/requirements.txt

index b3b1465..0723100 100644 (file)
@@ -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