summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLiam Beguin <liambeguin@gmail.com>2018-03-14 19:15:14 -0400
committerTom Rini <trini@konsulko.com>2018-03-22 13:25:20 -0400
commit64a2cebb6e664ad32757c9507140aa69ad7228d3 (patch)
tree55229df6c775844bf4159ef95c2b55b42fa0816e /test
parentbe91691d081359e7366e487df7894af63268333d (diff)
test/py: do not import pytest multiple times
Signed-off-by: Liam Beguin <liambeguin@gmail.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'test')
-rw-r--r--test/py/u_boot_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/py/u_boot_utils.py b/test/py/u_boot_utils.py
index 9acb92ddc4..64584494e4 100644
--- 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.