Package: python-py / 1.10.0-1

Metadata

Package Version Patches format
python-py 1.10.0-1 3.0 (quilt)

Patch series

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

doc/faq.txt | 14 0 14 - 0 !
testing/code/test_assertion.py | 9 3 6 - 0 !
testing/code/test_code.py | 3 2 1 - 0 !
testing/code/test_excinfo.py | 12 7 5 - 0 !
testing/code/test_source.py | 18 9 9 - 0 !
testing/io_/test_capture.py | 15 10 5 - 0 !
testing/io_/test_terminalwriter.py | 17 8 9 - 0 !
testing/io_/test_terminalwriter_linewidth.py | 6 6 0 - 0 !
testing/log/test_log.py | 6 4 2 - 0 !
testing/path/common.py | 7 4 3 - 0 !
testing/path/conftest.py | 16 8 8 - 0 !
testing/path/test_cacheutil.py | 6 4 2 - 0 !
testing/path/test_svnauth.py | 6 4 2 - 0 !
testing/path/test_svnurl.py | 21 14 7 - 0 !
testing/path/test_svnwc.py | 17 11 6 - 0 !
testing/root/test_builtin.py | 6 4 2 - 0 !
testing/root/test_std.py | 3 2 1 - 0 !
17 files changed, 100 insertions( ), 82 deletions(-)

 [patch] fix pytest4.x compatibility errors

This patch should fix such errors/warnings as:

- raises / warns with a string as the second argument
Deprecated since version 4.1.

- pytest_funcarg__ prefix
Removed in version 4.0.

- getfuncargvalue

- Metafunc.addcall
Removed in version 4.0.

Fixes: https://github.com/pytest-dev/py/issues/209
Signed-off-by: Stanislav Levin <[email protected]>