From 05c99e9a4124eebdffff67c10892065f5193665f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 3 May 2016 12:12:29 +0200 Subject: [PATCH] Typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 225df33..b1e07a0 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( description='The Pillar REST SDK provides Python APIs to communicate to the Pillar webservices.', long_description=long_description, install_requires=['requests>=1.0.0', 'pyopenssl>=0.14'], - test_requires=['tox', 'coverage', 'pytest', 'pytest-xdist', 'pytest-cov'], + tests_require=['tox', 'coverage', 'pytest', 'pytest-xdist', 'pytest-cov'], classifiers=[ 'Intended Audience :: Developers', 'Operating System :: OS Independent',