Fix tox4 error

tox.ini started failing with Tox4 which had some
incompatible changes.

Fixing tox.ini for tox4 changes.

Depends-On: https://review.opendev.org/c/openstack/glance/+/868713

Change-Id: I96feba843ca5ebecdc7313961207369da30e72f5
(cherry picked from commit 1a01fe7fd7)
This commit is contained in:
Ghanshyam Mann 2022-12-26 11:51:49 -08:00
parent 8034cdcd57
commit 3d3467d527
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
[tox] [tox]
minversion = 3.1.1 minversion = 3.1.1
envlist = py39,py38,pep8 envlist = py39,py38,pep8
skipsdist = True
ignore_basepython_conflict = True ignore_basepython_conflict = True
[testenv] [testenv]