Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extension serialization attr tests: add teardown (#13284)
The doc/token extension serialization tests add extensions that are not serializable with pickle. This didn't cause issues before due to the implicit run order of tests. However, test ordering has changed with pytest 8.0.0, leading to failed tests in test_language. Update the fixtures in the extension serialization tests to do proper teardown and remove the extensions.
- Loading branch information