Skip to content

Commit 70a2fd9

Browse files
committed
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>
1 parent da847de commit 70a2fd9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ commands = mypy -p setools -p setoolsgui -p tests
4141

4242
[testenv:install]
4343
deps = {[testenv]deps}
44-
commands = {envpython} -m pip install --use-pep517 .
44+
allowlist_externals = find
45+
commands = {envpython} -m pip install --use-pep517 --root {envtmpdir}/setools .
46+
find {envtmpdir}/setools
4547

4648
[testenv]
4749
passenv = USERSPACE_SRC

0 commit comments

Comments
 (0)