This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push: new 16e8b80d4b Add pytest-icdiff-plugin (#35315) 16e8b80d4b is described below commit 16e8b80d4bd0053279d3da1ada1ffe45227bf051 Author: Jarek Potiuk <ja...@potiuk.com> AuthorDate: Wed Nov 1 02:55:33 2023 +0100 Add pytest-icdiff-plugin (#35315) The Pytest-icdiff plugin produces much more readable, coloured diffs from failed assertions. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1c1103f5e9..2183e09e94 100644 --- a/setup.py +++ b/setup.py @@ -473,6 +473,7 @@ _devel_only_tests = [ "pytest-asyncio", "pytest-cov", "pytest-httpx", + "pytest-icdiff", "pytest-instafail", "pytest-mock", "pytest-rerunfailures",