projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b80c9
)
test: remove unused import from pkg_resources
author
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Wed, 3 Apr 2024 11:11:41 +0000
(13:11 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 12 Apr 2024 14:53:31 +0000
(08:53 -0600)
load_entry_point is not used.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/py/test.py
patch
|
blob
|
history
diff --git
a/test/py/test.py
b/test/py/test.py
index 95859a66e29b791784efad585573c8e6c173bc23..7c477903d6b3621d2d996b5225e010e5bdec1208 100755
(executable)
--- a/
test/py/test.py
+++ b/
test/py/test.py
@@
-11,7
+11,6
@@
import os
import os.path
import sys
import pytest
-from pkg_resources import load_entry_point
if __name__ == '__main__':
# argv; py.test test_directory_name user-supplied-arguments