Explorar o código

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>
Stephen Warren %!s(int64=9) %!d(string=hai) anos
pai
achega
06088b0473
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      test/py/conftest.py

+ 0 - 1
test/py/conftest.py

@@ -17,7 +17,6 @@ import atexit
 import errno
 import os
 import os.path
-import pexpect
 import pytest
 from _pytest.runner import runtestprotocol
 import ConfigParser