Pin Werkzeug in lower-constraints

upper-constraints pins Werkzeug to a known working version. The
lower-constraints job uses a different constraints file, the
locally-maintained lower-constraints.txt, which didn't pin Werkzeug and
resulted in the job breaking on the most recent 0.15.0 Werkzeug release.
This change pins Werkzeug to match the known working version in
upper-constraints. If and when upper-constraints raises its cap, we can
address the breakage on the regular unit test jobs.

Change-Id: I926e79e34072505f9edc4879b1d9237a3b85accd
This commit is contained in:
Colleen Murphy 2019-03-19 23:56:08 +01:00
parent 2e5b58caa7
commit 6e4d06861e
1 changed files with 1 additions and 0 deletions

View File

@ -66,3 +66,4 @@ testtools==2.2.0
urllib3==1.22
WebOb==1.7.1
WebTest==2.0.27
Werkzeug==0.14.1