]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: don't import pexpect
authorStephen Warren <swarren@nvidia.com>
Tue, 9 Feb 2016 01:23:34 +0000 (18:23 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 15 Feb 2016 20:58:27 +0000 (20:58 +0000)
commit06088b047325d23434e32f8dc881ca6c231da2b4
tree5b1be2903f5efedc979b7593913fbabdf8a465c5
parentd70facf89c5f0ae9029354893da442a714a4b7a1
test/py: don't import pexpect

The code replaced pexpect with custom code long ago. Don't import the
unused module so it doesn't need to be installed.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
test/py/conftest.py