Open
Description
Python 3.12 Test Summary
properties/test_index_manipulation.py::DatasetTest::runTest: TypeError: cannot pickle '_thread._local' object
Falsifying example:
state = DatasetStateMachine()
state.init_ds(var=Variable(data=array([0], dtype=int32), dims=['0'], attrs={}))
state.assert_invariants()
state.teardown()
Explanation:
These lines were always and only run by failing examples:
/home/runner/micromamba/envs/xarray-tests/lib/python3.12/dataclasses.py:1327
You can reproduce this example by temporarily adding @reproduce_failure('6.135.2', b'AABBAEEAQQFBAIEwQQAAAEEBQQAB') as a decorator on your test case