nose-py3 is a Python 3 fork of the original nose testing library, which extends unittest to make testing easier. The current version is 1.9.0, but it is largely superseded by nose2 and pytest. This fork was created to provide a Python 3 compatible version, but development is minimal and the original nose project recommends alternatives. Release cadence is low; no recent updates.
pip install nose-py3No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic test using nose-py3. Run the script directly.
Use pytest or nose2 instead.
Check plugin compatibility or use pytest with pytest-plugins.
For modern testing, switch to pytest with unittest support.
Run 'pip install nose-py3' and ensure your virtual environment is active.
Use 'import nose' then 'nose.run()'
No dependency data recorded yet.