tox: Remove ineffective ignore_basepython_conflict and bump minimum version
Change-Id: I5f435bdf2ecfa08df27c5329196863aee4f177ed Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
1 changed files with 5 additions and 5 deletions
10
tox.ini
10
tox.ini
@@ -1,11 +1,9 @@
[tox]
minversion = 3.18.0
minversion = 4.6.0
skipsdist = True
envlist = docs,linters,functional
ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = False
install_command =
pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
@@ -33,7 +31,9 @@ setenv =
WORKING_DIR={toxinidir}
[testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =
bash -c "rm -rf doc/build"
doc8 doc
@@ -52,7 +52,7 @@ commands =
extensions = .rst
[testenv:releasenotes]
deps = -r{toxinidir}/doc/requirements.txt
deps = {[testenv:docs]deps}
commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html releasenotes/source releasenotes/build/html
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.