Skip to content

Nightly Hypothesis tests failed #9698

Open
@github-actions

Description

@github-actions

Workflow Run URL

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic-hypothesisStrategies or tests using the hypothesis library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions