← Back to team overview

testtools-dev team mailing list archive

[Bug 757439] [NEW] doc/overview.rst: No such file or directory

 

Public bug reported:

testtools 0.9.9 doesn't install from PyPI::

 $ /opt/Python-2.7.0/bin/virtualenv --no-site-packages /tmp/testtools
 New python executable in /tmp/testtools/bin/python
 Installing setuptools............................done.
 $ /tmp/testtools/bin/easy_install testtools
 Searching for testtools
 Reading http://pypi.python.org/simple/testtools/
 Reading https://launchpad.net/testtools
 Best match: testtools 0.9.9
 Downloading http://pypi.python.org/packages/source/t/testtools/testtools-0.9.9.tar.gz#md5=113b56d02c6558ecdf842b73953541b3
 Processing testtools-0.9.9.tar.gz
 Running testtools-0.9.9/setup.py -q bdist_egg --dist-dir /tmp/easy_install-d5cOMY/testtools-0.9.9/egg-dist-tmp-HHEUO8
 error: /tmp/easy_install-d5cOMY/testtools-0.9.9/doc/overview.rst: No such file or directory

** Affects: testtools
     Importance: Undecided
         Status: New

** Branch linked: lp:~tseaver/testtools/fix-lp757439

-- 
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
https://bugs.launchpad.net/bugs/757439

Title:
  doc/overview.rst: No such file or directory

Status in testtools:
  New

Bug description:
  testtools 0.9.9 doesn't install from PyPI::

   $ /opt/Python-2.7.0/bin/virtualenv --no-site-packages /tmp/testtools
   New python executable in /tmp/testtools/bin/python
   Installing setuptools............................done.
   $ /tmp/testtools/bin/easy_install testtools
   Searching for testtools
   Reading http://pypi.python.org/simple/testtools/
   Reading https://launchpad.net/testtools
   Best match: testtools 0.9.9
   Downloading http://pypi.python.org/packages/source/t/testtools/testtools-0.9.9.tar.gz#md5=113b56d02c6558ecdf842b73953541b3
   Processing testtools-0.9.9.tar.gz
   Running testtools-0.9.9/setup.py -q bdist_egg --dist-dir /tmp/easy_install-d5cOMY/testtools-0.9.9/egg-dist-tmp-HHEUO8
   error: /tmp/easy_install-d5cOMY/testtools-0.9.9/doc/overview.rst: No such file or directory



Follow ups

References