projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d70facf
)
test/py: don't import pexpect
author
Stephen Warren
<swarren@nvidia.com>
Tue, 9 Feb 2016 01:23:34 +0000
(18:23 -0700)
committer
Tom Rini
<trini@konsulko.com>
Mon, 15 Feb 2016 20:58:27 +0000
(20:58 +0000)
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
patch
|
blob
|
history
diff --git
a/test/py/conftest.py
b/test/py/conftest.py
index
7b97cba
..
1ec096e
100644
(file)
--- a/
test/py/conftest.py
+++ b/
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