commit | 30bbb1ee65271af03d32cec9ebb72551602b11c0 | [log] [tgz] |
---|---|---|
author | Liam Beguin <liambeguin@gmail.com> | Wed Mar 14 19:15:14 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 22 13:25:20 2018 -0400 |
tree | 55229df6c775844bf4159ef95c2b55b42fa0816e | |
parent | ce3f90effd437e5fb88b47ccc932ee0c95f83f6c [diff] |
test/py: do not import pytest multiple times Signed-off-by: Liam Beguin <liambeguin@gmail.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
diff --git a/test/py/u_boot_utils.py b/test/py/u_boot_utils.py index 9acb92d..6458449 100644 --- a/test/py/u_boot_utils.py +++ b/test/py/u_boot_utils.py
@@ -11,7 +11,6 @@ import pytest import sys import time -import pytest def md5sum_data(data): """Calculate the MD5 hash of some data.