diff --git a/setup.py b/setup.py index bcdccb35..afc3ff10 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,6 @@ # Copyright (c) 2010 Oliver Beckstein # Released under the GNU Public License 3 (or higher, your choice) -import sys from setuptools import setup, find_packages import versioneer @@ -77,6 +76,6 @@ "pypdf", ], # setup_requires=['pytest-runner',], - tests_require=["pytest", "pybol", "py"], + # tests_require=["pytest", "pybol", "py"], zip_safe=True, )