diff options
Diffstat (limited to 'test/py/test.py')
-rwxr-xr-x | test/py/test.py | 1 |
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 |