Update to version 1.8.0 #1

Manually merged
python-pytest merged 1 commits from mgrossu/python-pytest-datadir:main into main 2025-11-06 13:08:31 +01:00
Owner
No description provided.
mgrossu added 1 commit 2025-11-05 19:30:38 +01:00
autogits-devel requested review from StevenK 2025-11-05 19:30:43 +01:00
autogits-devel requested review from dgarcia 2025-11-05 19:30:43 +01:00
autogits-devel requested review from dirkmueller 2025-11-05 19:30:43 +01:00
autogits-devel requested review from mcalabkova 2025-11-05 19:30:43 +01:00
autogits-devel requested review from mcepl 2025-11-05 19:30:44 +01:00
autogits-devel requested review from mimi_vx 2025-11-05 19:30:44 +01:00
dgarcia approved these changes 2025-11-06 13:08:21 +01:00
dgarcia left a comment
Owner

LGTM

LGTM
@@ -1,0 +6,4 @@
* 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
Owner

I can see that you squashed all the release changelog into this one. Looks good in this case, as it's small, but I prefer to group changelogs with the release version, something like:


- 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.
- 1.7.2:
  * py.typed was added to the distribution, enabling users to use LazyDataDir in type annotations
- 1.7.1:
  * Fixed bug using lazy_datadir to copy a file using a sub-directory 
- 1.7.0:
  * New lazy_datadir fixture that lazily copies files when accessed via joinpath or / operator
I can see that you squashed all the release changelog into this one. Looks good in this case, as it's small, but I prefer to group changelogs with the release version, something like: ``` - 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. - 1.7.2: * py.typed was added to the distribution, enabling users to use LazyDataDir in type annotations - 1.7.1: * Fixed bug using lazy_datadir to copy a file using a sub-directory - 1.7.0: * New lazy_datadir fixture that lazily copies files when accessed via joinpath or / operator ```
autogits-devel removed review request for dirkmueller 2025-11-06 13:08:26 +01:00
autogits-devel removed review request for mcalabkova 2025-11-06 13:08:26 +01:00
autogits-devel removed review request for StevenK 2025-11-06 13:08:27 +01:00
autogits-devel removed review request for mcepl 2025-11-06 13:08:27 +01:00
autogits-devel removed review request for mimi_vx 2025-11-06 13:08:27 +01:00
python-pytest manually merged commit 069a435546 into main 2025-11-06 13:08:31 +01:00

This PR is merged via the associated Project PR.

This PR is merged via the associated Project PR.
Sign in to join this conversation.
No Reviewers
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: python-pytest/python-pytest-datadir#1
No description provided.