Make tox.ini tox 4.0.0 compatible

* removed skipdist=True to make sure osc-placement is available in the
  virtual env

Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/866943
Change-Id: I9891ce31b45694c0d5be5da3a99173136272dfc6
This commit is contained in:
Balazs Gibizer 2022-12-22 16:14:48 +01:00
parent e326856965
commit fdf10423bf
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py3,functional,pep8
skipsdist = true
# Automatic envs (pyXX) will use the python version appropriate to that
# env and ignore basepython inherited from [testenv]. That's what we
# want, and we don't need to be warned about it.