Fix tox4 error.

tox.ini started failing with Tox 4.x which introduce different
interpretation for 'skipsdist' option. If set to true, application will
not be installed in the tox virtualenv, while on previous version (3.x)
it will be installed, if usedevelop is set to true.

Change-Id: I7716c14a3f18d78a3da15c8e27e60b740c659ef6
This commit is contained in:
Roman Dobosz 2023-01-17 12:16:24 +01:00
parent ba4cc2b8f0
commit e849734c4e

View File

@ -1,7 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py38,pep8
skipsdist = True
[testenv]
passenv = HOME