Revisions of python-nose2
Ana Guerrero (anag+factory)
accepted
request 1178617
from
Dirk Mueller (dirkmueller)
(revision 15)
- update to 0.15.1: * Fix a bug with config loading which caused custom ini configs not to load if they were not named with a .cfg extension. Thanks :user:`grhwalls` for the bug report! * Official support for python3.13 betas. nose2 now tests itself against Python 3.13. * Official support for python3.13 betas. nose2 now tests itself against Python 3.13. * nose2 now supports loading configuration data from the tool.nose2 table in pyproject.toml. Thanks to :user:`qequ` for the PR! (:pr:`596`, :pr:`606`) On python 3.11+, tomllib is used to parse TOML data. On python 3.10 and lower, tomli must be installed to enable TOML support. Simply pip install tomli as necessary. * nose2 now supports loading configuration data from the tool.nose2 table in pyproject.toml. Thanks to :user:`qequ` for the PR! (:pr:`596`, :pr:`606`) * On python 3.11+, tomllib is used to parse TOML data. On python 3.10 and lower, tomli must be installed to enable TOML support. Simply pip install tomli as necessary.
Dominique Leuenberger (dimstar_suse)
accepted
request 1172525
from
Dirk Mueller (dirkmueller)
(revision 14)
- update to 0.14.2: * For the coverage plugin, add a config option, coverage- combine, which defaults to False. When set, this config invokes a coverage combine step before reporting results, regardless of whether or not multiprocessing was used to run tests. This allows reporting of coverage results via the plugin on testsuites which invoke subprocesses.
Ana Guerrero (anag+factory)
accepted
request 1145529
from
Dirk Mueller (dirkmueller)
(revision 13)
- update to 0.14.1: * Fix the reporting of skipped tests in verbose mode on newer pythons (3.12.1+), in which a skipped test is no longer treated as "started". nose2 will not introduce a StartTestEvent in such cases -- the fix is narrowly and adjustment to the test reporter. * Fix the reporting of skipped tests in verbose mode on newer pythons (3.12.1+), in which a skipped test is no longer treated as "started". * nose2 will not introduce a StartTestEvent in such cases -- the fix is narrowly and adjustment to the test reporter. - drop support-python312.patch (upstream)
Ana Guerrero (anag+factory)
accepted
request 1137466
from
Steve Kowalik (StevenK)
(revision 12)
- Update to 0.14.0; * Add official support for python3.12 * Remove support for python3.6 and python3.7 * Remove support for python2 and older python3 versions * Fix support for python3.12 to avoid warnings about addDuration. * nose2 package metadata is converted to pyproject.toml format, using setuptools. * nose2 license metadata has been corrected in format and content to be distributed in the sdist and wheel distributions correctly. - Add patch support-python312.patch: * Support changes made upstream in Python 3.12.1. - Switch to autosetup macro. - Instruct pip it isn't allowed to reach PyPi and teach it where to look for wheels.
Dominique Leuenberger (dimstar_suse)
accepted
request 1081853
from
Dirk Mueller (dirkmueller)
(revision 11)
Dominique Leuenberger (dimstar_suse)
accepted
request 780971
from
Tomáš Chvátal (scarabeus_iv)
(revision 7)
- Update to 0.9.2: * Add --junit-xml-path to the junit plugin argument list * It is now possible to use the multiprocess and coverage plugins together, as long as all of the coverage config is put into the config file * Minor changes to be compatible with newer pythons (3.8, 3.9)
Dominique Leuenberger (dimstar_suse)
accepted
request 747272
from
Steve Kowalik (StevenK)
(revision 6)
- Add ignore-warnings-doctests.patch to supress warnings when running doctests.
Dominique Leuenberger (dimstar_suse)
accepted
request 734078
from
Tomáš Chvátal (scarabeus_iv)
(revision 5)
- Add dep on coverage as it is hard requirement based on requires
Dominique Leuenberger (dimstar_suse)
accepted
request 702904
from
Tomáš Chvátal (scarabeus_iv)
(revision 4)
Dominique Leuenberger (dimstar_suse)
accepted
request 692272
from
Ondřej Súkup (mimi_vx)
(revision 3)
- update to 0.9.1 - refresh remove_unittest2.patch * the prof plugin now uses cProfile instead of hotshot for profiling * skipped tests now include the user's reason in junit XML's message field * the prettyassert plugin mishandled multi-line function definitions * Using a plugin's CLI flag when the plugin is already enabled via config no longer errors * nose2.plugins.prettyassert, enabled with --pretty-assert * Cleanup code for EOLed python versions * Dropped support for distutils. * Result reporter respects failure status set by other plugins * JUnit XML plugin now includes the skip reason in its output
Dominique Leuenberger (dimstar_suse)
accepted
request 629542
from
Matej Cepl (mcepl)
(revision 2)
- Avoid name repetition in summary (rpmlint). (forwarded request 629533 from jengelh)
Dominique Leuenberger (dimstar_suse)
accepted
request 507176
from
Antonio Larrosa (alarrosa)
(revision 1)
New package python-nose2
Displaying all 15 revisions