tox.ini: Add file listing to install test.

Allows review of what files are installed and where.

Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
Chris PeBenito 2024-04-23 10:26:22 -04:00
parent da847de630
commit 70a2fd93c2
1 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,9 @@ commands = mypy -p setools -p setoolsgui -p tests
[testenv:install]
deps = {[testenv]deps}
commands = {envpython} -m pip install --use-pep517 .
allowlist_externals = find
commands = {envpython} -m pip install --use-pep517 --root {envtmpdir}/setools .
find {envtmpdir}/setools
[testenv]
passenv = USERSPACE_SRC