From c7bccd7d09ce2f71399c3eb216d634b4421c2b11 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Wed, 14 Mar 2018 16:09:27 +0000 Subject: [PATCH] Blacklist Sphinx 1.6.7 Certain documentation jobs are failing with Sphinx 1.6.7 because Sphinx ignores modules with only __init__.py files, but doesn't actually account for sub-directories. Version 1.6.5 doesn't seem to have this behavior. Change-Id: I84310799cbbca90f8cb8b3667cddadd8a4202d06 --- global-requirements.txt | 2 +- upper-constraints.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global-requirements.txt b/global-requirements.txt index a44b03f5fe..0863f9eebb 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -418,7 +418,7 @@ selenium>=2.50.1 # Apache-2.0 # Blacklist setuptools 34.0.0-34.3.2 due to https://github.com/pypa/setuptools/issues/951 # Blacklist setuptools 36.2.0 due to https://github.com/pypa/setuptools/issues/1086 setuptools>=21.0.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0 # PSF/ZPL -sphinx>=1.6.2,!=1.6.6 # BSD +sphinx>=1.6.2,!=1.6.6,!=1.6.7 # BSD sphinx-testing>=0.7.2 # BSD License sphinxcontrib-actdiag>=0.8.5 # BSD sphinxcontrib-blockdiag>=1.5.4 # BSD diff --git a/upper-constraints.txt b/upper-constraints.txt index d826b24a42..4dd7162d62 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -351,7 +351,7 @@ seqdiag===0.9.5 numpy===1.14.2 repoze.who===2.3 msgpack===0.5.6 -Sphinx===1.6.7 +Sphinx===1.6.5 oslo.config===5.2.0 tempest===18.0.0 django-floppyforms===1.7.0