]> git.sur5r.net Git - u-boot/commitdiff
test/py: do not import pytest multiple times
authorLiam Beguin <liambeguin@gmail.com>
Wed, 14 Mar 2018 23:15:14 +0000 (19:15 -0400)
committerTom 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

index 9acb92ddc448c5241842e86eb4fb4b278c49f3c1..64584494e463fada7e5b0a0dc95db0f45e44c2e9 100644 (file)
@@ -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.