diff --git a/setup.py b/setup.py index 8a04f992..39665c36 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( version=__import__("gns3server").__version__, url="http://github.com/GNS3/gns3-server", license="GNU General Public License v3 (GPLv3)", - tests_require=["pytest", "pytest-capturelog"], + tests_require=["pytest", "pytest-capturelog", "pytest-aiohttp"], cmdclass={"test": PyTest}, description="GNS3 server", long_description=open("README.rst", "r").read(),