From e3573b7995bc2d85e581b6c4dfc21dbdbdcba38b Mon Sep 17 00:00:00 2001 From: junboli Date: Wed, 18 Oct 2017 18:59:12 +0800 Subject: [PATCH] TrivialFix: make correction for error notes We don't use wsmeext.sphinxext, it should be oslo_policy.sphinxext not wsmeext.sphinxext. This patch is to correct this. Change-Id: I33e717d5938bbe747ce93dbc79dcfca9cc78bc20 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 44af04c4..b5a7d02d 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ commands = oslo-config-generator --config-file tools/config/config-generator.qinling.conf \ --output-file etc/qinling.conf.sample -#set PYTHONHASHSEED=0 to prevent wsmeext.sphinxext from randomly failing. +#set PYTHONHASHSEED=0 to prevent oslo_policy.sphinxext from randomly failing. [testenv:venv] setenv = PYTHONHASHSEED=0 commands = {posargs}