- 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
- A replacement for unmaintained pytest-ordering

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-order?expand=0&rev=7
This commit is contained in:
2023-12-04 10:41:36 +00:00
committed by Git OBS Bridge
parent 00947203ee
commit e17d5e7be4
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:139d25b30826b78eebb42722f747eab14c44b88059d7a71d4f79d14a057269a5
size 43385

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:944f86b6d441aa7b1da80f801c6ab65b84bbeba472d0a7a12eb43ba26650101a
size 44307

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Dec 4 10:40:23 UTC 2023 - Dirk Müller <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 12:38:00 UTC 2023 - ecsos <ecsos@opensuse.org>
@@ -28,4 +37,4 @@ Sun May 14 09:42:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
Sat Mar 27 15:13:48 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Initial specfile for version 0.10.0
- A replacement for unmaintained pytest-ordering
- A replacement for unmaintained pytest-ordering

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-order
Version: 1.1.0
Version: 1.2.0
Release: 0
Summary: Pytest plugin to run your tests in a specific order
License: MIT