- update to 2.0.1:

* Don't try loading Pytest fixture functions as if
    they were test functions. Classifying this as a bug even
    though it's a moderately sized change in behavior; 
    it's vanishingly unlikely anybody was relying on this
    somehow!

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-relaxed?expand=0&rev=25
This commit is contained in:
Dirk Mueller 2023-05-31 19:44:38 +00:00 committed by Git OBS Bridge
parent ca06915cd9
commit dd5b1a1797
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b373cc754666ff60f5425a69cb414642c2a11ce7a46c8ce066a738e4092ca39
size 27040

BIN
pytest-relaxed-2.0.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 31 19:43:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.0.1:
* Don't try loading Pytest fixture functions as if
they were test functions. Classifying this as a bug even
though it's a moderately sized change in behavior;
it's vanishingly unlikely anybody was relying on this
somehow!
-------------------------------------------------------------------
Fri Apr 21 12:31:55 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-relaxed
Version: 2.0.0
Version: 2.0.1
Release: 0
Summary: Relaxed test discovery/organization for pytest
License: BSD-2-Clause