mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-20 05:17:56 +00:00
Add pytest-aiohttp to tests_require in setup.py
This commit is contained in:
parent
79b93defbd
commit
a018c8e1a8
2
setup.py
2
setup.py
@ -45,7 +45,7 @@ setup(
|
|||||||
version=__import__("gns3server").__version__,
|
version=__import__("gns3server").__version__,
|
||||||
url="http://github.com/GNS3/gns3-server",
|
url="http://github.com/GNS3/gns3-server",
|
||||||
license="GNU General Public License v3 (GPLv3)",
|
license="GNU General Public License v3 (GPLv3)",
|
||||||
tests_require=["pytest", "pytest-capturelog"],
|
tests_require=["pytest", "pytest-capturelog", "pytest-aiohttp"],
|
||||||
cmdclass={"test": PyTest},
|
cmdclass={"test": PyTest},
|
||||||
description="GNS3 server",
|
description="GNS3 server",
|
||||||
long_description=open("README.rst", "r").read(),
|
long_description=open("README.rst", "r").read(),
|
||||||
|
Loading…
Reference in New Issue
Block a user