Commit Graph

22 Commits

Author SHA256 Message Date
bdeb6d6b0c - update to 6.4:
* Add PEP 440 support (implicit namespaces).
  * Fix XML tests when running in distribution resp. separately.
  * Exit cleanly when using the test runner --version argument.
  * Add new --xml <path> option to write JUnit-like XML reports.
    Code comes from collective.xmltestreport, but be aware that
    here --xml is not a boolean, but expects a path! (#148).
  * Add support for Python 3.13a3.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=44
2024-03-14 08:57:46 +00:00
0b9098ca4f Accepting request 1138515 from home:bnavigator:branches:devel:languages:python
- Run the test suite with itself like it is meant to be
  * fixes Python 3.12 test failures
- Setuptools is a runtime requirement (for egg testing support)

OBS-URL: https://build.opensuse.org/request/show/1138515
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=42
2024-01-14 15:16:16 +00:00
896d9f2f02 - update to 6.2.1:
* Work around Python 3.12.1+ no longer calling startTest for
    skipped tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=40
2024-01-02 21:46:32 +00:00
76d40bd7b9 - update to 6.2:
* Add support for Python 3.12.
  * Update code and tests to ``python-subunit >= 1.4.3`` thus
    requiring at least this version.
- Update to version 5.6
- Update to 5.5.1
- updated spec to include
  * Fix test failures and deprecation warnings occurring when
    using Python 3.8a1.
  * Update the command line interface to use argparse instead of
  * Handle string in exception values when formatting chained
  * Enable DeprecationWarning earlier, when discovering test
- Changes from 4.4.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=38
2023-12-11 08:16:25 +00:00
90552c3557 Accepting request 1092177 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092177
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=36
2023-06-11 11:26:30 +00:00
ce584333db Accepting request 1076861 from home:pgajdos:python
- version update to 6.0
  * - Drop support for Python 2.7, 3.5, 3.6.
- python-six is not required

OBS-URL: https://build.opensuse.org/request/show/1076861
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=34
2023-04-04 09:39:40 +00:00
d14583b27d Accepting request 1042768 from home:yarunachalam:branches:devel:languages:python
- Update to version 5.6 
  * Add support for Python 3.11.
  * Inline a small part of random.Random.shuffle which was deprecated in Python 3.9 and removed in 3.11 (#119).
  * Don’t trigger post mortem debugger for skipped tests. ( #141).

OBS-URL: https://build.opensuse.org/request/show/1042768
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=32
2022-12-14 09:47:58 +00:00
dc261079ec Accepting request 1039706 from home:yarunachalam:branches:devel:languages:python
- Update to 5.5.1 
   * Fix: let --at-level=level with level <= 0 run the tests at all levels (rather than at no level) #138.

OBS-URL: https://build.opensuse.org/request/show/1039706
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=30
2022-12-03 07:25:18 +00:00
a22eb67b47 Accepting request 1004753 from home:yarunachalam:branches:devel:languages:python
- updated spec to include 
  Requires(post): update-alternatives
  Requires(postun):update-alternatives

- version update to 5.5.0
  * Use sys._current_frames (rather than threading.enumerate) as base for new thread detection, fixes #130.
  * New option --gc-after-test. It calls for a garbage collection after each test and can be used to track down
    ResourceWarning``s and cyclic garbage. With ``rv = gc.collect(), ! is output on verbosity level 1 when rv is
    non zero (i.e. when cyclic structures have been released), [``*rv*]`` on higher verbosity levels and a detailed
    cyclic garbage analysis on verbosity level 4+. For details, see #133.
  * Allow the filename for the logging configuration to be specified via the envvar ZOPE_TESTRUNNER_LOG_INI.
    If not defined, the configuration continues to be locked for in file log.ini of the current working directory.
    Remember the logging configuration file in envvar ZOPE_TESTRUNNER_LOG_INI to allow spawned child processes to
    recreate the logging configuration. For details, see #134.
 
- version update to 5.4.0
   * Improve --help documentation for --package-path option (#121).
   * Do not disable existing loggers during logsupport initialization (#120).
   * Fix tests with testtools >= 2.5.0 (#125).
   * Add support for Python 3.10.

OBS-URL: https://build.opensuse.org/request/show/1004753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=28
2022-09-19 16:26:43 +00:00
a815897146 Accepting request 923415 from home:pgajdos:python
- version update to 5.3.0
  - Add support for Python 3.9.
  - Fix `package init file missing` warning
    (`#112 <https://github.com/zopefoundation/zope.testrunner/pull/112>`_).
  - Make standard streams provide a `buffer` attribute on Python 3 when using
    `--buffer` or testing under subunit.
- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/923415
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=27
2021-10-06 09:54:01 +00:00
Tomáš Chvátal
364b08dc24 Accepting request 822033 from home:mcalabkova:branches:devel:languages:python
- Update to 5.2
  * Add support for Python 3.8.
  * When a layer is run in a subprocess, read its stderr in a thread to avoid
    a deadlock if its stderr output (containing failing and erroring test IDs)
    overflows the capacity of a pipe

OBS-URL: https://build.opensuse.org/request/show/822033
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=25
2020-07-21 08:57:00 +00:00
Tomáš Chvátal
96a2b73991 - Update to 5.1:
* Recover more gracefully when layer setUp or tearDown fails, producing useful subunit output.
  * Prevent a spurious warning from the --require-unique option if the --module option was not used.
  * Add optional buffering of standard output and standard error during tests, requested via the --buffer option or enabled by default for subunit.
  * Fix incorrect failure counts in per-layer summary output, broken in 4.0.1.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=23
2019-11-06 12:11:14 +00:00
Tomáš Chvátal
b87ffe7310 Accepting request 692301 from home:mcalabkova:branches:devel:languages:python
- update to version 5.0
  * Fix test failures and deprecation warnings occurring when 
    using Python 3.8a1.  
  * Drop support for Python 3.4.
  4.9*
  * Fix AssertionError in _DummyThread.isAlive on Python 3.
  * Drop support for Python 3.3.
  * Add support for Python 3.7.
  * Remove untested support for the --pychecker option.
  * Update the command line interface to use argparse instead of 
    optparse.
  * Use ipdb instead of pdb for post-mortem debugging if available.
  * Add a –require-unique option to check for duplicate test IDs.
  * Reintroduce optional support for subunit.
  * Handle string in exception values when formatting chained 
    exceptions.
  4.8*
  * Enable DeprecationWarning earlier, when discovering test 
    modules.
  * Automatically enable DeprecationWarning when running tests.
- Launch tests using multibuild.

OBS-URL: https://build.opensuse.org/request/show/692301
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=21
2019-04-08 13:47:49 +00:00
219043ff7a Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=18
2018-12-04 14:17:07 +00:00
Jan Matejek
68e342214d Accepting request 507165 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/507165
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=16
2017-06-30 14:36:01 +00:00
Todd R
06da28c8a9 Accepting request 419469 from home:TheBlackCat:branches:devel:languages:python
Fix update-alternatives implementation.

OBS-URL: https://build.opensuse.org/request/show/419469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=14
2016-08-15 16:00:19 +00:00
Denisart Benjamin
d71a82dc16 Accepting request 307353 from home:benoit_monin:branches:devel:languages:python
- update to version 4.4.8
- add runtime requirements python-six, python-zope.exceptions, python-zope.interface
- update the test requirements (still commented out, tests fail)
- fix update-alternatives

OBS-URL: https://build.opensuse.org/request/show/307353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=13
2015-05-24 18:36:42 +00:00
Denisart Benjamin
053706df2b Accepting request 260381 from home:Ledest:misc
fix bashism in pre script

OBS-URL: https://build.opensuse.org/request/show/260381
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=11
2014-11-14 18:02:59 +00:00
Denisart Benjamin
7ee286cf51 Accepting request 206907 from home:posophe:branches:devel:languages:python
Update + update-alternatives

OBS-URL: https://build.opensuse.org/request/show/206907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=9
2013-11-14 15:46:08 +00:00
Denisart Benjamin
99372b7949 Accepting request 206748 from home:posophe:branches:devel:languages:python
Update

OBS-URL: https://build.opensuse.org/request/show/206748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=7
2013-11-13 13:28:26 +00:00
Sascha Peilicke
41630e8b17 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=5
2013-10-24 11:18:04 +00:00
Sascha Peilicke
4cdc3ddeae - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=1
2013-03-15 14:08:04 +00:00