-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3622 from OdinTech3/master
Fix Strategy from_type failure.
- Loading branch information
Showing
4 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,6 +125,7 @@ their individual contributions. | |
* `Munir Abdinur <https://www.github.com/mabdinur>`_ | ||
* `Nicholas Chammas <https://www.github.com/nchammas>`_ | ||
* `Nick Anyos <https://www.github.com/NickAnyos>`_ | ||
* `Nick Muoh <https://github.com/OdinTech3>`_ ([email protected]) | ||
* `Nicolas Ganz <https://www.github.com/ThunderKey>`_ | ||
* `Nikita Sobolev <https://github.com/sobolevn>`_ ([email protected]) | ||
* `Oleg Höfling <https://github.com/hoefling>`_ ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
RELEASE_TYPE: patch | ||
|
||
This patch fixes a bug with :func:`~hypothesis.strategies.from_type()` with ``dict[tuple[int, int], str]`` | ||
(:issue:`3527`). | ||
|
||
Thanks to Nick Muoh at the PyCon Sprints! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters