--- you can reply above this line ---
New issue 117: setuptools errors bubble up in a unhelpfull way
http://bitbucket.org/hpk42/py-trunk/issue/117/setuptools-errors-bubble-up-in-a-unhelpfull
Ronny Pfannschmidt / RonnyPfannschmidt on Sat, 4 Sep 2010 14:57:54 +0200:
Description:
i get the following trace because the setuptools errors just bubble up
what i really needed to know is the EntryPoint as well,
cause the origin was the still installed pytest_cov plugin
{{{#!pytrace
$ py.test
inserting into sys.path: /home/ronny/Projects/py
Traceback (most recent call last):
File "/home/ronny/Projects/py/bin/py.test", line 3, in <module>
py.cmdline.pytest()
File "/home/ronny/Projects/py/py/_test/cmdline.py", line 13, in main
config.parse(args)
File "/home/ronny/Projects/py/py/_test/config.py", line 95, in parse
self._preparse(args)
File "/home/ronny/Projects/py/py/_test/config.py", line 83, in _preparse
self.pluginmanager.consider_setuptools_entrypoints()
File "/home/ronny/Projects/py/py/_test/pluginmanager.py", line 104, in
consider_setuptools_entrypoints
plugin = ep.load()
File "/home/ronny/Projects/distribute/pkg_resources.py", line 1953, in load
if require: self.require(env, installer)
File "/home/ronny/Projects/distribute/pkg_resources.py", line 1966, in require
working_set.resolve(self.dist.requires(self.extras),env,installer))
File "/home/ronny/Projects/distribute/pkg_resources.py", line 552, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: pytest-xdist>=1.4
}}}
Responsible:
hpk42
--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.
_______________________________________________
py-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/py-dev