Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-pytest-plus-0.8.1-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-pytest-plus Distribution: openSUSE Tumbleweed
Version: 0.8.1 Vendor: openSUSE
Release: 1.1 Build date: Mon Sep 29 22:26:07 2025
Group: Development/Languages/Python Build host: reproducible
Size: 22045 Source RPM: python-pytest-plus-0.8.1-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/pycontribs/pytest-plus
Summary: Extension for pytest to enforce minimum tests pass
PyTest Plus extends pytest functionality to enforce PYTEST_REQPASS tests passed.

Provides

Requires

License

MIT

Changelog

* Mon Sep 29 2025 Dirk Müller <dmueller@suse.com>
  - update to 0.8.1:
    * Make log collection more resilient (#42) @ssbarnea
  - update to 0.8.0:
    * Make checks just a runtime warning (#37) @ssbarnea
    * Remove support for py39 and add support for py313 (#39)
      @ssbarnea
* Mon Apr 15 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.7.0:
    * Collect pytest logs on CI
    * Mention number of errors found
* Mon Jan 15 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.6.1:
    * Allow colon to be used in test id (#25)
* Tue Nov 07 2023 Dirk Müll