- 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:
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 +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>