[PATCH 1/1] test: remove unused import from pkg_resources

3 Apr
2024
3 Apr
'24
1:11 p.m.
load_entry_point is not used.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- test/py/test.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/test/py/test.py b/test/py/test.py index 95859a66e29..7c477903d6b 100755 --- 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
--
2.43.0

12 Apr
12 Apr
8:52 p.m.
On Wed, Apr 03, 2024 at 01:11:41PM +0200, Heinrich Schuchardt wrote:
load_entry_point is not used.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
Applied to u-boot/master, thanks!
--
Tom
390
Age (days ago)
399
Last active (days ago)
1 comments
2 participants
participants (2)
-
Heinrich Schuchardt
-
Tom Rini