Make tox.ini 4.0 compatible

This patch removes skipdist=True as otherwise the hacking source is not
installed in the venv and the unit test discovery fails to load most of
the test cases.

Change-Id: Ie2a39d9d1009b4be1f0ed9e6b50b4475969b03e5
This commit is contained in:
Balazs Gibizer 2023-02-14 19:12:27 +01:00
parent 2931131b69
commit 52b9f4f110

View File

@ -1,6 +1,5 @@
[tox]
minversion = 3.18.0
skipsdist = True
envlist = py39,pep8
ignore_basepython_conflict = True