Package Release Info

python-pytest-order-1.3.0-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-pytest-order

Change Logs

* Thu Oct 24 2024 dmueller@suse.com
- update to 1.3.0:
  * Allows to fail tests that cannot be ordered.
  * added option `--error-on-failed-ordering` to make tests that
    cannot be ordered fail
  * added missing documentation examples, structured examples
    according to documentation structure
* Sat Apr 06 2024 dmueller@suse.com
- update to 1.2.1:
  * handle dependency markers with the same alias name (see #71)
  * specify rootdir to recursive pytest calls to avoid searching
    a large directory tree unnecessarily (see #110)
* Mon Dec 04 2023 dmueller@suse.com
- update to 1.2.0:
  * Allows using custom markers for ordering.
  * added option `--order-marker-prefix` to allow using custom
    markers for ordering
  * added Python 3.12 to supported versions
* Wed Oct 25 2023 ecsos@opensuse.org
- Add %{?sle15_python_module_pythons}
* Sun May 14 2023 dmueller@suse.com
- update to 1.1.0:
  * Adds support for executing tests more than once using order
    marks.
  * added support for multiple test order markers
  * removed official support for Python 3.6
  * added pytest 7.x to CI tests
  * added Python 3.11 to and removed Python 3.6 from CI tests
  * moved documentation to Read the Docs
  * removed support for Python 2.7 and 3.5
  * removed official support for pytest < 5.0.0 (older versions
    may still work, but they are not tested)
  * re-added Python 3.10 to CI tests (for pytest >= 6.2.4)
  * added type hints
  * Adds support for multiple relative markers for the same test.
  * added support for more than one relative marker for the same
    test
  * added Python 3.10 to CI tests
* Sat Mar 27 2021 code@bnavigator.de
- Initial specfile for version 0.10.0
- A replacement for unmaintained pytest-ordering