projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be91691
)
test/py: do not import pytest multiple times
author
Liam Beguin
<liambeguin@gmail.com>
Wed, 14 Mar 2018 23:15:14 +0000
(19:15 -0400)
committer
Tom Rini
<trini@konsulko.com>
Thu, 22 Mar 2018 17:25:20 +0000
(13:25 -0400)
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
test/py/u_boot_utils.py
patch
|
blob
|
history
diff --git
a/test/py/u_boot_utils.py
b/test/py/u_boot_utils.py
index 9acb92ddc448c5241842e86eb4fb4b278c49f3c1..64584494e463fada7e5b0a0dc95db0f45e44c2e9 100644
(file)
--- a/
test/py/u_boot_utils.py
+++ b/
test/py/u_boot_utils.py
@@
-11,7
+11,6
@@
import os.path
import pytest
import sys
import time
-import pytest
def md5sum_data(data):
"""Calculate the MD5 hash of some data.