setup.py: require pytest-runner only when necessary
This optimizes setup.py for cases when pytest-runner is not needed, using the approach that is suggested upstream: https://pypi.python.org/pypi/pytest-runner#conditional-requirement
Please register or sign in to comment