From 629a2b20ac2f1cb247a70d972fffc2a250e1deb6 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 19 Dec 2023 17:39:32 +0000 Subject: [PATCH] tox: Bump minimum to tox 4.x Signed-off-by: Stephen Finucane Change-Id: Iecab3e0d0f088e2433916970f27797cf0cd0a8e9 --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 36c84ef..5ee4ca2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,8 @@ [tox] -minversion = 3.1.0 +minversion = 4.6.0 envlist = py3,pep8 -ignore_basepython_conflict = True [testenv] -basepython = python3 deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt @@ -35,8 +33,10 @@ commands = [testenv:releasenotes] -deps = {[testenv:docs]deps} -commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html +deps = + {[testenv:docs]deps} +commands = + sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [flake8] show-source = true