Remove tox skipdist=True

This does not work with latest tox 4.x.

Closes-Bug: #2000357
Co-Authored-By: Rabi Mishra <ramishra@redhat.com>
Change-Id: Iccf25bd75c2d11aee54f8846c69f7797a170edaf
This commit is contained in:
Takashi Kajinami 2022-12-23 16:18:18 +09:00
parent 04d8bd88d2
commit 35f2d79eea
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
[tox]
minversion = 3.18.0
envlist = pep8,py
skipsdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set