From ab9c02fd365dde7c4f26ff57898410504e03b895 Mon Sep 17 00:00:00 2001 From: Pyry Heiskanen Date: Sat, 6 Apr 2019 15:12:14 +0300 Subject: Implement apitest with aiohttp-pytest --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 30bf11c..c5f402f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,6 @@ import setuptools - with open('ickapi/version.py', 'r') as f: exec(f.read()) @@ -31,12 +30,13 @@ setuptools.setup( 'pydocstyle', 'pylint', 'pytest', + 'pytest-aiohttp', ] }, classifiers=[ 'Development Status :: 3 - Alpha', - 'License :: OSI Approved :: ' - + 'GNU General Public License v3 or later (GPLv3+)', + 'License :: OSI Approved :: ' + + 'GNU General Public License v3 or later (GPLv3+)', 'Environment :: Web Environment', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', -- cgit v1.2.1