Break cycle dependency with reno
openstackdocstheme requires reno for testing, but reno requires openstackdocstheme. To break this, make reno an optional test requirement. Change-Id: I267e0216089038a15df8221efc1fcd365e0809be
This commit is contained in:
parent
a25417c2be
commit
6fbcadb45f
@ -24,6 +24,8 @@ test =
|
|||||||
# os-api-ref needs openstackdocstheme which needs os-api-ref (cycle dep)
|
# os-api-ref needs openstackdocstheme which needs os-api-ref (cycle dep)
|
||||||
# so put os-api-ref in extras to make it an optional test dependency
|
# so put os-api-ref in extras to make it an optional test dependency
|
||||||
os-api-ref>=1.0.0 # Apache-2.0
|
os-api-ref>=1.0.0 # Apache-2.0
|
||||||
|
# reno needs openstackdocstheme which needs reno (cycle dep)
|
||||||
|
reno!=2.3.1,>=1.8.0 # Apache-2.0
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
setup-hooks =
|
setup-hooks =
|
||||||
|
@ -6,5 +6,3 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|||||||
|
|
||||||
# this is required for the docs build jobs
|
# this is required for the docs build jobs
|
||||||
sphinx>=1.6.2 # BSD
|
sphinx>=1.6.2 # BSD
|
||||||
|
|
||||||
reno!=2.3.1,>=1.8.0 # Apache-2.0
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user