Accepting request 1165755 from devel:languages:python:pytest

- 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)

OBS-URL: https://build.opensuse.org/request/show/1165755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-order?expand=0&rev=5
This commit is contained in:
2024-04-07 20:11:10 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 5 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4451bd8821ba4fa2109455a2fcc882af60ef8e53e09d244d67674be08f56eac3
size 44726

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Apr 6 07:44:52 UTC 2024 - Dirk Müller <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 4 10:40:23 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-order
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-order
Version: 1.2.0
Version: 1.2.1
Release: 0
Summary: Pytest plugin to run your tests in a specific order
License: MIT