Closed dangotbanned closed 2 months ago
Was kept, but only needed for tests since #3444.
This PR factors out the test dependency, by using pytest.MonkeyPatch - to temporarily replace the global cache.
pytest.MonkeyPatch
As alt.utils.core.infer_encoding_types is not public API - this is a safe remove, no need for deprecation.
alt.utils.core.infer_encoding_types
Was kept, but only needed for tests since #3444.
This PR factors out the test dependency, by using
pytest.MonkeyPatch
- to temporarily replace the global cache.As
alt.utils.core.infer_encoding_types
is not public API - this is a safe remove, no need for deprecation.