diff options
author | Aloys Augustin <aloaugus@cisco.com> | 2020-04-07 15:43:33 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-04-07 17:19:54 +0000 |
commit | 5a4ee8d824d1d49d405832b4251a5282e3cc9373 (patch) | |
tree | a35dd64929c2874748d111263a7d40874c744de5 /test/Makefile | |
parent | 121e5c147857a613b387bd35344088821cf3d78c (diff) |
tests: pin sphinx and sphinx-rtd-theme
Add these two packages to requirements.txt so that their version and
the version of their dependencies are pinned to limit the risk of
unexpected breakage.
Change-Id: If330404f2e840af3d2628f997ce406cd14e7e128
Type: fix
Signed-off-by: Aloys Augustin <aloaugus@cisco.com>
(cherry picked from commit 1f2e146bd3f78ac6c7caf7ed92eff82a75644de6)
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile index cbdcff1a2d5..a9202b1726f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -270,10 +270,8 @@ wipe: reset @rm -rf $(VENV_PATH) @rm -rf $(patsubst %,%/__pycache__, $(VPP_TEST_DIRS) $(BUILD_TEST_SRC)) -$(TEST_DOC_BR): +$(TEST_DOC_BR): $(PIP_INSTALL_DONE) @mkdir -p $@ - @bash -c "source $(VENV_PATH)/bin/activate && \ - $(PYTHON_INTERP) -m pip install sphinx sphinx-rtd-theme" @bash -c "source $(VENV_PATH)/bin/activate && make -C doc html" .PHONY: doc |