← Back to team overview

testtools-dev team mailing list archive

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

 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04/11/2011 08:31 AM, Jonathan Lange wrote:
> Thanks! What are the placeholder.txt files for?

They keep the MANIFEST.in machinery from ignoring the empty directories:
 since conf.py calls them out, I wanted to make sure that the docs would
build even inside the unpacked sdist tree.


Tres.
- -- 
===================================================================
Tres Seaver          +1 540-429-0999          tseaver@xxxxxxxxxxxxx
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk2jAsQACgkQ+gerLs4ltQ5cwACeIVEEjCYmmtwIB4FLEcF7Lh5p
viwAoIHGvmh7ly21WI+jJ71yQJQLNGq0
=fpXb
-----END PGP SIGNATURE-----

-- 
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:
  Fix Released

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



References