[Buildbot-commits] [Buildbot] #2403: buildbot.test.unit.test_scripts_start.TestStart.{test_start, test_start_no_daemon, test_start_quiet} failures
Buildbot
nobody at buildbot.net
Sat Nov 24 08:59:40 UTC 2012
#2403: buildbot.test.unit.test_scripts_start.TestStart.{test_start,test_start_no_daemon,test_start_quiet}
failures
---------------------+------------------------
Reporter: Arfrever | Owner:
Type: defect | Status: new
Priority: minor | Milestone: undecided
Version: 0.8.7p1 | Resolution:
Keywords: |
---------------------+------------------------
Comment (by Arfrever):
This message is always printed by pkg_resources module when given package
is also installed in system-wide location.
Example steps to reproduce:
1. Install buildbot in /usr/lib/python2.7/site-packages
2. Unpack buildbot-0.8.7p1.tar.gz in /tmp and change current directory to
/tmp/buildbot-0.8.7p1
3. Run:
{{{
$ python2.7 -c 'import buildbot, pkg_resources'
-c:1: UserWarning: Module buildbot was already imported from
buildbot/__init__.pyc, but /usr/lib64/python2.7/site-packages is being
added to sys.path
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2403#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list