mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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>
This commit is contained in:
parent
d70facf89c
commit
06088b0473
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ import atexit
|
||||||
import errno
|
import errno
|
||||||
import os
|
import os
|
||||||
import os.path
|
import os.path
|
||||||
import pexpect
|
|
||||||
import pytest
|
import pytest
|
||||||
from _pytest.runner import runtestprotocol
|
from _pytest.runner import runtestprotocol
|
||||||
import ConfigParser
|
import ConfigParser
|
||||||
|
|
Loading…
Add table
Reference in a new issue