### Problem <!-- For a bug report, please copy and paste any error messages from the application or command-line here. For a feature request, please state how the new functionality could benefit the community. --> `CI` failure due to path seperator mismatch in windows <img width="905" height="48" alt="Image" src="https://github.com/user-attachments/assets/ff4fe70e-8246-43f1-a760-6a16766de8e8" /> ### Proposed solution Use `re.escape` in the test assertion.
Problem
CIfailure due to path seperator mismatch in windowsProposed solution
Use
re.escapein the test assertion.