aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHeinrich Schuchardt2024-04-03 13:11:41 +0200
committerTom Rini2024-04-12 08:53:31 -0600
commit9b6d415eeaa244ab0f8c500b88d421fd3aab7641 (patch)
tree3371d677707fdaf472ed4f5c6747edf5faf35159 /test
parent16b80c93e2d16d9b18f1bb1d884254281dc4bec2 (diff)
test: remove unused import from pkg_resources
load_entry_point is not used. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/py/test.py1
1 files changed, 0 insertions, 1 deletions
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