14
0
forked from pool/python-nose2
Files
python-nose2/remove_unittest2.patch
Ondřej Súkup a9c3b7d61e - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nose2?expand=0&rev=8
2019-04-08 11:22:28 +00:00

14 lines
491 B
Diff

Index: nose2-0.9.0/setup.py
===================================================================
--- nose2-0.9.0.orig/setup.py
+++ nose2-0.9.0/setup.py
@@ -44,7 +44,7 @@ setup(
"nose2-%s.%s = nose2:discover" % (py_version.major, py_version.minor),
]
},
- test_suite="unittest.collector",
+ test_suite="nose2.tests",
# descriptive package info below
description="unittest2 with plugins, the succesor to nose",
long_description=LONG_DESCRIPTION,