diff --git a/tests/pytest-pypi/setup.py b/tests/pytest-pypi/setup.py index 2fcdd58b..1af3e395 100644 --- a/tests/pytest-pypi/setup.py +++ b/tests/pytest-pypi/setup.py @@ -90,7 +90,10 @@ setup( keywords='pytest-pypi testing pytest pypi', packages=find_packages(exclude=["contrib", "docs", "tests*"]), include_package_data = True, # include files listed in MANIFEST.in - install_requires = ['Flask', 'six'], + install_requires = [ + 'Flask', + 'six', + 'importlib-metadata'], # the following makes a plugin available to pytest entry_points = {