Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nose-devs/nose
nose is nicer testing for python
https://github.com/nose-devs/nose
Last synced: about 1 month ago
JSON representation
nose is nicer testing for python
- Host: GitHub
- URL: https://github.com/nose-devs/nose
- Owner: nose-devs
- Created: 2011-12-13T19:36:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T17:25:08.000Z (about 1 year ago)
- Last Synced: 2024-04-23T10:35:18.548Z (7 months ago)
- Language: Python
- Homepage: http://readthedocs.org/docs/nose/en/latest/
- Size: 3.5 MB
- Stars: 1,358
- Watchers: 48
- Forks: 394
- Open Issues: 449
-
Metadata Files:
- Readme: README.BDIST_RPM
- Changelog: CHANGELOG
- Authors: AUTHORS
Awesome Lists containing this project
README
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.