From 0e4a23393f8e4b24fa9da078dfe0af24e48088c2 Mon Sep 17 00:00:00 2001 From: maaoyu Date: Thu, 24 Sep 2020 11:02:43 +0800 Subject: [PATCH] Remove install unnecessary packages The docs requirements migrated to doc/requirements.txt we need not install things from requirements.txt. Change-Id: Ia6ed4853f4fae465e102ce93ad39ee915cc02847 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index dc280b0f8..54bdf19be 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,6 @@ commands = [testenv:releasenotes] deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} - -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html @@ -59,7 +58,6 @@ setenv = TESTS_DIR=./ironicclient/tests/functional [testenv:docs] deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} - -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = sphinx-build -W -b html doc/source doc/build/html