Bug 23695 - Не хватает test.__init__
Summary: Не хватает test.__init__
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: py (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: real@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-30 03:04 MSD by Michael A. Kangin
Modified: 2010-06-30 07:21 MSD (History)
13 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael A. Kangin 2010-06-30 03:04:02 MSD
$ py.test 
Traceback (most recent call last):
  File "/usr/bin/py.test", line 8, in <module>
    load_entry_point('py==1.0.x', 'console_scripts', 'py.test')()
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 277, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2180, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1913, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/lib/python2.6/site-packages/py/__init__.py", line 195, in <module>
    'compat.subprocess'      : ('./compat/subprocess.py', '*'),
  File "/usr/lib/python2.6/site-packages/py/initpkg.py", line 269, in initpkg
    mod.__doc__ = pkg._resolve(extpy)
  File "/usr/lib/python2.6/site-packages/py/initpkg.py", line 69, in _resolve
    implmodule = self._loadimpl(fspath[:-3])
  File "/usr/lib/python2.6/site-packages/py/initpkg.py", line 99, in _loadimpl
    return __import__(modpath, None, None, ['__doc__'])
ImportError: No module named test.__init__
Comment 1 Repository Robot 2010-06-30 07:21:45 MSD
py-1.3.2-alt1.hg20100628.a1 -> sisyphus:

* Wed Jun 30 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux> 1.3.2-alt1.hg20100628.a1
- Version 1.3.2
- Added testing package (ALT #23695)