Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayvdb/nose3
nose ported to Python 3.4+ maintaining Python 2.7 support
https://github.com/jayvdb/nose3
nose python testing
Last synced: 2 months ago
JSON representation
nose ported to Python 3.4+ maintaining Python 2.7 support
- Host: GitHub
- URL: https://github.com/jayvdb/nose3
- Owner: jayvdb
- Created: 2020-10-10T13:30:04.000Z (about 4 years ago)
- Default Branch: patches
- Last Pushed: 2024-02-14T21:43:47.000Z (11 months ago)
- Last Synced: 2024-10-15T20:43:45.265Z (3 months ago)
- Topics: nose, python, testing
- Language: Python
- Homepage:
- Size: 2.37 MB
- Stars: 2
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
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.