[Buildbot-commits] [buildbot/buildbot] 91184c: Only use setup_requires=['setuptools_trial'] when ...
GitHub
noreply at github.com
Tue Sep 18 00:31:05 UTC 2012
Branch: refs/heads/buildbot-0.8.7
Home: https://github.com/buildbot/buildbot
Commit: 91184c99ede49baf3ea257ac84aa1226ed477ade
https://github.com/buildbot/buildbot/commit/91184c99ede49baf3ea257ac84aa1226ed477ade
Author: Marc Abramowitz <marc at marc-abramowitz.com>
Date: 2012-09-17 (Mon, 17 Sep 2012)
Changed paths:
M master/setup.py
Log Message:
-----------
Only use setup_requires=['setuptools_trial'] when setup.py is invoked
with relevant commands/options such as "test", "trial", or
"--help-commands".
That lets people continue to use `python setup.py test`, for example, to
run the test suite, while not forcing setuptools_trial to be there for
egg_info, sdist, install, etc.
Fixes GH-408, Trac-2369
More information about the Commits
mailing list