From d70e1ef51a406902b3090f398b07c0268cc398fd Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sat, 11 May 2019 18:45:44 -0400 Subject: [PATCH] Update git submodules * Update python-watcherclient from branch 'master' - Use upper-constraints in tox runs The upper-constraints file wasn't being enforced when installing dependencies in tox runs which can lead to failures like installing Sphinx>2.0 in py27 where it's not supported. This is loosely based on novaclient change I8be883215f27abb58d15b85e8542cbdf32000bac for the same kind of issue. Note there are other things that should be done in here regarding requirements cleanup, like the sphinx dependnecies should move to a doc/requirements.txt file to separate them from unit test runs, but that can be dealt with in a follow up change. Change-Id: I359a35af5b653299110a8d0faddb255da0b10118 Closes-Bug: #1828698 --- python-watcherclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-watcherclient b/python-watcherclient index bb5586b477..2cab116e30 160000 --- a/python-watcherclient +++ b/python-watcherclient @@ -1 +1 @@ -Subproject commit bb5586b47734808abdc8398b496ba351562a5815 +Subproject commit 2cab116e305b798dc5c5e3b97528c78e9cfb77f4