test/py: do not import pytest multiple times

Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Liam Beguin 2018-03-14 19:15:14 -04:00 committed by Tom Rini
parent be91691d08
commit 64a2cebb6e

View 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.