Upgrade tox version to 4.13
sphinx version also updated Depends-On: I2c61e753e55340b19ab941fd532de0cab875d51c Change-Id: I80ae1fc69d5e8e2a31ac52c02a1604225eefba3c
This commit is contained in:
parent
976a77bac5
commit
f878ef48b5
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.4.0
|
rev: v4.5.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- id: check-byte-order-marker
|
- id: check-byte-order-marker
|
||||||
@ -19,7 +19,7 @@ repos:
|
|||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
|
||||||
- repo: https://github.com/adrienverge/yamllint.git
|
- repo: https://github.com/adrienverge/yamllint.git
|
||||||
rev: v1.32.0
|
rev: v1.35.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: yamllint
|
- id: yamllint
|
||||||
files: \.(yaml|yml)$
|
files: \.(yaml|yml)$
|
||||||
|
@ -11,7 +11,7 @@ function install_tobiko_deps {
|
|||||||
install_python3
|
install_python3
|
||||||
git_clone "${TOBIKO_REPO}" "${TOBIKO_DIR}" "${TOBIKO_VERSION}"
|
git_clone "${TOBIKO_REPO}" "${TOBIKO_DIR}" "${TOBIKO_VERSION}"
|
||||||
install_bindep "${TOBIKO_DIR}/bindep.txt" test
|
install_bindep "${TOBIKO_DIR}/bindep.txt" test
|
||||||
pip_install 'tox>=3.8.0'
|
pip_install 'tox>=4.13'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
# As openstack job build-reno-releasenotes and Read The Docs page support only
|
# As openstack job build-reno-releasenotes and Read The Docs page support only
|
||||||
# one single requirements file for a project, we need to have one such file
|
# one single requirements file for a project, we need to have one such file
|
||||||
# which will include all project requirements
|
# which will include all project requirements
|
||||||
sphinx>=3.4.2,<=4.4.0 # BSD
|
sphinx>=5.0 # BSD
|
||||||
sphinx_rtd_theme>=0.5.1,<1 # Apache-2.0
|
sphinx_rtd_theme>=2.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user