Using typing in a target function signature breaks strategies.builds
#946
Labels
bug
something is clearly wrong here
strategies.builds
#946
In our code, we rely a lot on typing feature that was first introduced in Python 3.5 (see PEP-484) so the breakage of typed signatures is a major issue for us.
To reproduce run the following script with latest
hypothesis==3.33.0and any ofpython{3.5,3.6,3.7dev}:Bisecting shows the first failing commit is:
Workaround suggestion: do not update to
3.14.0, last working version is3.13.0.The text was updated successfully, but these errors were encountered: