Skip to content

Comments

Update hypothesis to 3.44.20#451

Merged
adamtheturtle merged 1 commit intomasterfrom
pyup-update-hypothesis-3.44.18-to-3.44.20
Jan 21, 2018
Merged

Update hypothesis to 3.44.20#451
adamtheturtle merged 1 commit intomasterfrom
pyup-update-hypothesis-3.44.18-to-3.44.20

Conversation

@pyup-bot
Copy link
Collaborator

There's a new version of hypothesis available.
You are currently using 3.44.18. I have updated it to 3.44.20

These links might come in handy: PyPI | Changelog | Repo

Changelog

3.44.20


This is a small refactoring release that changes how Hypothesis tracks some
information about the boundary of examples in its internal representation.

You are unlikely to see much difference in behaviour, but memory usage and
run time may both go down slightly during normal test execution, and when
failing Hypothesis might print its failing example slightly sooner.


3.44.19


This changes how we compute the default average_size for all collection
strategies. Previously setting a max_size without setting an
average_size would have the seemingly paradoxical effect of making data
generation slower, because it would raise the average size from its default.
Now setting max_size will either leave the default unchanged or lower it
from its default.

If you are currently experiencing this problem, this may make your tests
substantially faster. If you are not, this will likely have no effect on you.


Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@codecov
Copy link

codecov bot commented Jan 21, 2018

Codecov Report

Merging #451 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #451   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          26     26           
  Lines        1901   1901           
  Branches      130    130           
=====================================
  Hits         1901   1901

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3fd18a3...049c044. Read the comment docs.

@adamtheturtle adamtheturtle merged commit b350335 into master Jan 21, 2018
@adamtheturtle adamtheturtle deleted the pyup-update-hypothesis-3.44.18-to-3.44.20 branch January 21, 2018 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants