- Update to 1.6.1:

* pytest 7.0+ is now required.
  * Fixed compatibility with pytest-describe.
  * original_datadir fixture is now module-scoped.
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-datadir?expand=0&rev=10
This commit is contained in:
2025-05-05 02:57:03 +00:00
committed by Git OBS Bridge
parent dca35a3858
commit f26a9f318a
4 changed files with 23 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 5 02:56:06 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.6.1:
* pytest 7.0+ is now required.
* Fixed compatibility with pytest-describe.
* original_datadir fixture is now module-scoped.
- Switch to pyproject macros.
-------------------------------------------------------------------
Tue Nov 7 19:37:33 UTC 2023 - Dirk Müller <dmueller@suse.com>