The release of `coverage==7.11.1` included the fix for https://github.com/coveragepy/coveragepy/issues/1420. This breaks a lot of tests, so this has been pinned in 6d05c9b. We will need to pin it to `>=7.11.` and update tests accordingly, see for example: https://github.com/bretello/pdbpp/blob/0.11.7/testing/test_pdb.py?plain=1#L2814-L2818 https://github.com/bretello/pdbpp/blob/0.11.7/testing/test_pdb.py?plain=1#L2857-L2861
The release of
coverage==7.11.1included the fix for coveragepy/coveragepy#1420. This breaks a lot of tests, so this has been pinned in 6d05c9b.We will need to pin it to
>=7.11.and update tests accordingly, see for example:https://github.com/bretello/pdbpp/blob/0.11.7/testing/test_pdb.py?plain=1#L2814-L2818
https://github.com/bretello/pdbpp/blob/0.11.7/testing/test_pdb.py?plain=1#L2857-L2861