]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- dont need pytest-cov for setup.py test
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Mar 2016 21:51:00 +0000 (16:51 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Mar 2016 21:51:00 +0000 (16:51 -0500)
setup.py

index bba22667443cc0cf47b58daa00816a0997429a49..445e3356fb14af317ff637d60c9e0f21392f6ff6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ setup(name='alembic',
       license='MIT',
       packages=find_packages('.', exclude=['examples*', 'test*']),
       include_package_data=True,
-      tests_require=['pytest', 'pytest-cov', 'mock', 'Mako'],
+      tests_require=['pytest', 'mock', 'Mako'],
       cmdclass={'test': PyTest},
       zip_safe=False,
       install_requires=requires,