Name: | python3-nose |
---|---|
Version: | 1.3.7 |
Release: | 30.module+el8.0.0+5333+22a49f57 |
Architecture: | noarch |
Module: | python36:3.6:8000020190410133122:17efdbc7 |
Group: | Unspecified |
Size: | 1022052 |
License: | LGPLv2+ and Public Domain |
RPM: | python3-nose-1.3.7-30.module+el8.0.0+5333+22a49f57.noarch.rpm |
Source RPM: | python-nose-1.3.7-30.module+el8.0.0+5333+22a49f57.src.rpm |
Build Date: | Thu Sep 12 2019 |
Build Host: | jenkins-10-147-72-125-37856c20-4ffa-4820-bdad-6f8ce19058d8.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://nose.readthedocs.org/en/latest/ |
Summary: | Nose Documentation |
Description: | nose extends the test loading and running features of unit test, making it easier to write, find and run tests. By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unit test, but also includes captured stdout output from failing tests, for easy print-style debugging. These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more. This package installs the nose module and nosetests3 program that can discover python3 unit tests. |
- Bumping due to problems with modular RPM upgrade path (#1695587) - Related: rhbz#1693974
- Fix alternatives - post and postun sections only with python3 - Resolves: rhbz#1633534
- Add alternatives for the executable and manpage - Resolves: rhbz#1633534
- Remove nosetest-3 executable/manpage. This will be provided by python3 module. - Resolves: rhbz#1615727
- Remove unversioned binaries from python2 subpackage - Resolves: rhbz#1613343
- Make possible to disable python3 subpackage
- BuildRequire also python36-rpm-macros as part of the python36 module build
- Add a bcond for python2 - Build docs with python3 explicitly
- Use python2 macros instead of unversioned python macros
- Disabled docs because the docs build config is not ported to Python 3 and thus cannot be built with Python 3 version of Sphinx