2 Commits

Author SHA256 Message Date
2be64c4b95 Accepting request 1274275 from devel:languages:python:pytest
- 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/request/show/1274275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-datadir?expand=0&rev=6
2025-05-06 14:38:27 +00:00
eff30f6ebe - 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
2025-05-05 02:57:03 +00:00
4 changed files with 4 additions and 18 deletions

BIN
pytest_datadir-1.6.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
pytest_datadir-1.8.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,17 +1,3 @@
-------------------------------------------------------------------
Wed Nov 5 18:21:24 UTC 2025 - Marius Grossu <marius.grossu@suse.com>
- Update to 1.8.0:
* New lazy_shared_datadir fixture, which brings the same lazy
functionality as lazy_datadir for the shared directory.
* Fix LazyDataDir.joinpath typing to also support Path objects as
the right-hand side parameter.
* py.typed was added to the distribution, enabling users to use
LazyDataDir in type annotations
* Fixed bug using lazy_datadir to copy a file using a sub-directory
* New lazy_datadir fixture that lazily copies files when accessed
via joinpath or / operator
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 5 02:56:06 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> Mon May 5 02:56:06 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pytest-datadir Name: python-pytest-datadir
Version: 1.8.0 Version: 1.6.1
Release: 0 Release: 0
Summary: Plugin for test data directories and files Summary: Plugin for test data directories and files
License: MIT License: MIT