FS#57032 - [python-pytest] pytest-capturelog plugin has been merged into core

Attached to Project: Community Packages
Opened by David McInnis (daavve) - Wednesday, 10 January 2018, 05:01 GMT
Last edited by Eli Schwartz (eschwartz) - Friday, 30 November 2018, 06:10 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Hi, when building python-cairosvg I get the following warning:


================================================================================ warnings summary ================================================================================
None
pytest-capturelog plugin has been merged into the core, please remove it from your requirements.

-- Docs: http://doc.pytest.org/en/latest/warnings.html

Does this mean the pytest-capturelog package is no longer necessary?

Thanks,

-Dave
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Friday, 30 November 2018, 06:10 GMT
Reason for closing:  Fixed
Comment by Doug Newgard (Scimmia) - Wednesday, 10 January 2018, 05:43 GMT
Looks like the capturelog plugin has been blacklisted: https://github.com/pytest-dev/pytest/issues/3004
Comment by David McInnis (daavve) - Thursday, 11 January 2018, 08:52 GMT
Here is more information: https://docs.pytest.org/en/latest/logging.html?highlight=capturelog

Seems like the pytest folks want people to use catchlog instead of capturelog.

Loading...