Skip to content

nose-devs/nose

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

--no-cover-print was added after 1.3.7.
7c26ad1

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
May 4, 2009 20:50
doc
November 28, 2015 07:43
March 3, 2016 20:16
April 4, 2015 06:19
April 27, 2008 02:17
July 7, 2011 15:57
September 9, 2012 09:58
On some platforms, brp-compress zips man pages without distutils knowing about
it. This results in an error when building an rpm for nose. The rpm build will
report either that an unpackaged file was found, or that an expected package
file was not found.

If you see such an error when using the bdist_rpm command, uncomment the
'install_script' line in the '[bdist_rpm]' section of nose's setup.cfg
file. This should fix the problem by fixing the man page filename in the
generated rpm spec file.