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/+/868714

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

View File

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