Bug Fixes
-
ASM
- Fixed a
NotImplementedError
that occurred when trying to deepcopy wrapped builtin functions (likeopen
) while ASM or IAST were enabled. The error was caused by the wrapper not implementing the__deepcopy__
method.
- Fixed a
-
CI Visibility
- This fix resolves an issue where JUnit XML output would not count tests retried by Early Flake Detection, Auto Test Retries, and Attempt-to-Fix.