74dc0a81cc
- Update to 4.2.0 * Bugfix: make repo initialization respect pyproject.toml * Test on Python 3.12 * Disable checks failure on coverage * Pivot PyPI publishing to use trusted publishers * Update package metadata for support Python versions * Remove Python 3.7 support * Bump codecov action version * Remove dependency on the extras library * Normalize paths * Adapt to tox 4 * Update upload-artifact action in CI * Update black to the latest version * Mark Python 3.13 as supported too * Adjust rst syntax in README * Modernize Python packaging * Update release job to work with new packaging structure - Add support for libalternatives - Remove ChangeLog from %files section - Update BuildRequires from pyproject.toml - Use Python 3.11 on SLE-15 by default
Nico Krapp2025-08-06 16:11:47 +00:00
5543b4a3c5
- update to 4.1.0: * This stestr release is a feature release that primarily fixes compatibility with subunit 1.4.3 and initial compatibility with Python 3.12. * Apply black autoformatter to code base * Reuse subunit_trace output/validation logic for load/run * Revert "Fix #330 - Preserve load-list order" * Remove vestigial future package from requirements * Pin black to 2022 version * Fix ResourceWarning from SubunitTestRunner._list() * Add support for storing stestr configs in pyproject.toml * Adding another prefix to the existing list of unittest_import_strs * Update docs job to avoid setup.py entrypoint * Replace removed SafeConfigParser with ConfigParser * Explicitly list extras as dependency - drop remove-future-requirement.patch (upstream) result status * Bump hacking version
Dirk Mueller2023-12-04 10:53:07 +00:00
021e49614a
Accepting request 1108982 from devel:languages:python
Ana Guerrero2023-09-06 16:56:50 +00:00
ce3dcd542c
- Update to 4.0.1: * Fixed an issue around the unittest runner unexpectedly not running the requested tests (or executing them in an unexpected order) causing odd failures that were difficult to debug. * Fixed the output handling of stestr run and stestr load so that any segfaults or unexpected failures in a test worker are now properly reported in the subunit-trace output. * Drops support for the 'sql' repository type and also the flags and Python API flags for selecting the repository type. * Remove support for running with Python 3.5. * Official support for Python 3.10. * Fixed the execution order of the stestr run --load-list option so that tests are executed in the order specified in the list. - Add patch remove-future-requirement.patch, drop use of the future module. - Switch to pyproject and autosetup macros.
Steve Kowalik2023-09-05 06:10:42 +00:00
ff97821d61
- update to 3.2.1: * Fixed the detection of test worker failures before reporting final result status
Dirk Mueller2021-10-16 20:25:01 +00:00
44ce499267
- update to 3.2.0: * Support for configuring stestr via a tox.ini file has been added. It's now no longer needed to create a separate .stestr.conf file and instead it can be embedded in an existing tox.ini file. * A new stestr command, stestr history list has been added to list the previous runs in the stestr repository. * A new stestr command, stestr history show has been added to show the output from a previous run from the stestr repository. * A new stestr command, stestr history remove, has been added to remove runs from the stestr repository.
Dirk Mueller2021-06-17 21:27:19 +00:00
54f45f0291
Accepting request 870614 from home:mcalabkova:branches:devel:languages:python
Markéta Machová2021-02-09 15:54:40 +00:00
2f6d550f97
- update to 3.1.0: * Add python 3.9 support * Behaviour with a mix of New and Old options * Update doc/source/MANUAL.rst * Change option '--black-regex' to '--exclusion-regex' * Change option '--blacklist-file' to '--exclude-list' * Change option '--whitelist-file' to '--include-list' * Change option '--whitelist-file' to '--include-list' * Bump hacking version
Dirk Mueller2021-02-08 13:05:48 +00:00
8414fef7d9
- Fix subunit buildtime dep statement
Tomáš Chvátal
2020-04-09 10:47:49 +00:00
9c9d0501cf
- update to 3.0.1: * use python-requires metadata instead of requires-python * Remove universal flag from release job
Dirk Mueller2020-04-01 09:34:40 +00:00
1d26e1a529
Accepting request 790130 from home:pgajdos:python
Tomáš Chvátal
2020-03-31 12:22:41 +00:00
d3638ea52e
- update to 2.6.0: * Add python 3.8 macOS and windows ci jobs * Update test\_processor.py * Update config\_file.py * Update cli.py * Remove 3.8 azure pipelines jobs * Update stestr/scheduler.py * Update to recent hacking version * Add Python 3.8 support * Add --pdb flag to stestr run * Add unit tests around repo initialize * Handle empty .stestr directory to initialize * Update issue templates * Escape Windows paths * Stop encoding attachments text
Dirk Mueller2020-02-28 21:48:25 +00:00
d4960373d8
- Update to 2.4.0: * Discover python executable when discover is not used * various bugfixes - Remove merged patch pyyaml5.patch
Tomáš Chvátal
2019-07-22 12:52:00 +00:00
2f2f872dbe
- update to 2.2.0: * Change title of project in readme * Add a better description to README Overview section * Fix discovery import error formatting on py3 * Cleanup unused parameters in \_run\_tests * Enable doc8 * Add all stream to repo even if some tests fail * Extract loading case code to \_load\_case() function * Make test running serially when just loading * Fix time measurement for load command too * Use reported times instead of wall time in subunit-trace * Add support for test class and method by path on no-discover
Thomas Bechtold2018-12-07 13:44:02 +00:00
dd472791e1
- update to 2.1.0: * Uncap pbr * Revert "Cap pip version in windows ci" * Revert "Uncap pbr" * Uncap pbr * Clarify docs on group\_regex * Remove Python 2.6 code * Switch python doc reference from 2 to 3 * Cleanup manual section on configuration * Fix abbreviate option in run subcommand * Ignore errors on cleanup in test\_return\_codes * Cap pip version in windows ci * Add docs and helper script for building man page * Add documentation for --suppress-attachments option * Add option to suppress attachment printing on successful tests * Add unit tests for return code from functions * Remove windows skips for old subunit versions * Cap PBR<4.0.0 * Fixed manual page description * Fix manpage generation * Add issue description in template * Add an issue template to project * Add usage to manual docs page * Fix the manual docs link in README * Add alt texts for badges in README * Use flat-square design badges on README * Fix typos about whitelist/blacklist option in manual * Fix a small mistake in manual about test selection * Update the package summary in setup.cfg metadata * Add functional tests for user config file
Dirk Mueller2018-08-06 09:06:28 +00:00
8f884781af
* Pass output to output.make\_result() in stestr load * Remove 32bit windows testing CI config * Add functional test for analyze-isolation flag * Fetch the data from last run earlier * Fix the stestr run --analyze-isolation flag * Remove contributor docs for using reno * Fix stestr load from stdin * Add test\_return\_codes check for valid subunit output * Respect all selection mechanisms for discovery check * Fix .testr.conf parsing: test path follows discover * Fix if logic on output types in stestr load * Add a --abbreviate flag to stestr run and load * Add missing run command to stestr manual * Print just error message when no stestr repo * Fix whitelist arg usage in stestr run * Drop reno * Add missing home-page * Fix: pass the top\_dir parameter to the 'list' command * Fix: pass the test\_path parameter to the 'list' command * Update MANUAL.rst * Update the trove classifiers * Use context managers for file open() * Ensure we always close files in file repository * Create a Code of Conduct for the project * Fix coveralls collection
Thomas Bechtold2018-02-26 06:45:09 +00:00