From 5b29872a3aa0fdf39b93a9af23e0a4d2825d32d7 Mon Sep 17 00:00:00 2001 From: Aurelien Lourot Date: Mon, 8 Nov 2021 10:02:02 +0100 Subject: [PATCH] Pin pyparsing in order to fix the gate Change-Id: Id58ffae483ac4a897a73170b796f47be01eefc4b --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 0a7e94a..60b06f2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,6 +7,7 @@ # requirements. They are intertwined. Also, Zaza itself should specify # all of its own requirements and if it doesn't, fix it there. # +pyparsing<3.0.0 # aodhclient is pinned in zaza and needs pyparsing < 3.0.0, but cffi also needs it, so pin here. cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35. setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85