From 52b9f4f11079fd108f7a276bfac82567c028ac65 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Tue, 14 Feb 2023 19:12:27 +0100 Subject: [PATCH] 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e749585b..3f76f1e6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,5 @@ [tox] minversion = 3.18.0 -skipsdist = True envlist = py39,pep8 ignore_basepython_conflict = True