spaCy icon indicating copy to clipboard operation
spaCy copied to clipboard

Update mock import to work with Python 3.13

Open davispuh opened this issue 10 months ago • 0 comments

Description

There's no mock import in Python 3.13 so need to update to unittest

Types of change

Update mock import to unittest.mock

Checklist

  • [x] I confirm that I have the right to submit this contribution under the project's MIT license.
  • [ ] I ran the tests, and all new and existing tests passed.
  • [x] My changes don't require a change to the documentation, or if they do, I've added all required information.

davispuh avatar Mar 06 '25 22:03 davispuh