bobber6467 / python-nose

Automatically exported from code.google.com/p/python-nose
0 stars 0 forks source link

nose.sphinx module missing in nose 1.1.0 #436

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
nose.sphinx module is missing in nose-1.1.0.tar.gz from PyPI. However it seems 
to still exist in the repository.

doc/conf.py requires nose.sphinx.pluginopts module, so building of 
documentation fails.

Original issue reported on code.google.com by Arfrever...@gmail.com on 26 Jul 2011 at 8:06

GoogleCodeExporter commented 8 years ago
This looks like a bug in setup.py, nose.sphinx is not included in the packages 
list that's set when setuptools/setup3lib don't import.

Original comment by jpelle...@gmail.com on 26 Jul 2011 at 8:41

GoogleCodeExporter commented 8 years ago
What are you trying to do exactly?  Download the tar/gz, untar it, and run make 
html in the docs dir?

Original comment by kumar.mcmillan on 26 Jul 2011 at 8:43

GoogleCodeExporter commented 8 years ago
Yes. I want to locally build and install HTML documentation.

Original comment by Arfrever...@gmail.com on 26 Jul 2011 at 9:00

GoogleCodeExporter commented 8 years ago
Fixed in revision fc404245b7b33eae37510ec2f2d7cb82de1097b0 -- going to PyPI next

Original comment by kumar.mcmillan on 26 Jul 2011 at 9:20

GoogleCodeExporter commented 8 years ago
Fixed on PyPI as Nose 1.1.1.  Thanks!

Original comment by kumar.mcmillan on 26 Jul 2011 at 10:10