Subject: CVS commit: pkgsrc/devel/py-test
From: Adam Ciarcinski
Date: 2023-06-12 11:29:53
Message id: 20230612092953.6CAFBFA89@cvs.NetBSD.org

Log Message:
py-test: updated to 7.3.2

pytest 7.3.2 (2023-06-10)
=========================

Bug Fixes
---------
- Fix bug where very long option names could cause pytest to break with \ 
``OSError: [Errno 36] File name too long`` on some systems.
- Support for Python 3.12 (beta at the time of writing).
- :confval:`testpaths` is now honored to load root ``conftests``.
- The `monkeypatch` `setitem`/`delitem` type annotations now allow `TypedDict` \ 
arguments.
- Fixed bug in assertion rewriting where a variable assigned with the walrus \ 
operator could not be used later in a function call.
- Fixed ``--last-failed``'s "(skipped N files)" functionality for \ 
files inside of packages (directories with `__init__.py` files).

Files:
RevisionActionfile
1.115modifypkgsrc/devel/py-test/Makefile
1.101modifypkgsrc/devel/py-test/distinfo