Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-console-scripts
From: Adam Ciarcinski
Date: 2023-05-29 11:19:12
Message id: 20230529091912.3302DFA87@cvs.NetBSD.org
Log Message:
py-test-console-scripts: updated to 1.4.0
1.4.0
Added
Added type-hinting for all types, pytest_console_scripts.ScriptRunner can now be \
used to hint the script_runner fixture.
Added support for the shell and check keywords for in-process mode. These behave \
as similarly to subprocess.run as possible.
Script runners now take command arguments similar to subprocess.run, including \
support for PathLike objects.
Deprecated
Passing command arguments in *args is now deprecated and will raise warnings. \
These should be wrapped in a list or tuple from now on, similar to \
subprocess.run.
Removed
Dropped support for Python 3.6
Fixed
Install-time dependencies have been fixed.
Files: