Remove skipsdist to allow project install

The functionality of skipdist changed with tox, now if skipdist is
enabled with usedevelop the project does not get installed. This would
result in whitebox not being properly installed in the environment and
subsequent tox tests failing. Removing skipdist to be inline with new
tox expectations.

Change-Id: I839bf50e0f36174575b78b5065b865995e191b78
This commit is contained in:
James Parker 2023-03-16 18:23:27 -04:00
parent 37f8dd83e6
commit 1e6b749637
1 changed files with 0 additions and 1 deletions

View File

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