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

Change-Id: I96feba843ca5ebecdc7313961207369da30e72f5
This commit is contained in:
Ghanshyam Mann 2022-12-26 11:51:49 -08:00
parent 2ad4a73e7f
commit 1a01fe7fd7

View File

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