commit | c4ae2219da2ccc3480fed8c93ae6721bc0026971 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Apr 03 13:11:41 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 12 08:53:31 2024 -0600 |
tree | 3371d677707fdaf472ed4f5c6747edf5faf35159 | |
parent | 94483d21da93ff29a786ee00944e30466d0a2ab6 [diff] |
test: remove unused import from pkg_resources load_entry_point is not used. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
diff --git a/test/py/test.py b/test/py/test.py index 95859a6..7c47790 100755 --- a/test/py/test.py +++ b/test/py/test.py
@@ -11,7 +11,6 @@ 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