TypeError
when drawing from a strategy that produces dataclasses
with a defaultdict
attribute
#3812
Labels
bug
something is clearly wrong here
Since Hypothesis
6.92.0
, some tests in Schematesis started to fail with a traceback like this:I am not sure if it is an issue on the Python or Hypothesis side, but it could be reproduced with the following snippet (running under
pytest
):Alternatively, I can try to work around this on the Schemathesis side. Let me know what you think! :)
The text was updated successfully, but these errors were encountered: