Package: pytest-console-scripts / 1.4.1-3

Metadata

Package Version Patches format
pytest-console-scripts 1.4.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pyproject.patch | (download)

.gitignore | 1 1 + 0 - 0 !
MANIFEST.in | 1 1 + 0 - 0 !
pyproject.toml | 51 51 + 0 - 0 !
pytest_console_scripts/__init__.py | 5 5 + 0 - 0 !
setup.cfg | 2 0 + 2 - 0 !
setup.py | 49 0 + 49 - 0 !
tox.ini | 6 3 + 3 - 0 !
7 files changed, 61 insertions(+), 54 deletions(-)

 move all setup data to pyproject.toml
python is python3.patch | (download)

tests/test_run_scripts.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 python executable is called python3 on debian
pytest rootdir.patch | (download)

tests/test_run_scripts.py | 20 16 + 4 - 0 !
1 file changed, 16 insertions(+), 4 deletions(-)

 specify the rootdir to pytest subprocesses