Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Bump hypothesis from 6.10.1 to 6.13.4 #14

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 24, 2021

Bumps hypothesis from 6.10.1 to 6.13.4.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.13.4

This patch removes some unnecessary intermediate list-comprehensions, using the latest versions of pyupgrade and shed.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.13.3

This patch adds a ".hypothesis" property to invalid test functions, bringing them inline with valid tests and fixing a bug where pytest- asyncio would swallow the real error message and mistakenly raise a version incompatibility error.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.13.2

Some of Hypothesis's numpy/pandas strategies use a "fill" argument to speed up generating large arrays, by generating a single fill value and sharing that value among many array slots instead of filling every single slot individually.

When no "fill" argument is provided, Hypothesis tries to detect whether it is OK to automatically use the "elements" argument as a fill strategy, so that it can still use the faster approach.

This patch fixes a bug that would cause that optimization to trigger in some cases where it isn't 100% guaranteed to be OK.

If this makes some of your numpy/pandas tests run more slowly, try adding an explicit "fill" argument to the relevant strategies to ensure that Hypothesis always uses the faster approach.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.13.1

This patch strengthens some internal import-time consistency checks for the built-in strategies.

There is no user-visible change.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.13.0

This release adds URL fragment generation to the "urls()" strategy (issue #2908). Thanks to Pax (R. Margret) for contributing this patch at the PyCon US Mentored Sprints!

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.12.1

This patch fixes issue #2964, where ".map()" and ".filter()" methods

... (truncated)

Commits
  • 3763d2a Bump hypothesis-python version to 6.13.4 and update changelog
  • af0c811 Merge pull request #2971 from HypothesisWorks/create-pull-request/patch
  • c759ca9 Update pyupgrade
  • 76cda5f Bump hypothesis-python version to 6.13.3 and update changelog
  • 22f92f0 Merge pull request #2970 from danielknell/master
  • 57af7da refactor: various cleanups
  • 9e12dea Bump hypothesis-python version to 6.13.2 and update changelog
  • 63fd316 test: adding tests for .hypothesis on invalid tests
  • a59eaf4 Merge pull request #2972 from Zalathar/transformed-sampled_from-reusable
  • c8cfdf8 Add RELEASE.rst
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 31, 2021

Superseded by #15.

@dependabot dependabot bot closed this May 31, 2021
@dependabot dependabot bot deleted the dependabot/pip/hypothesis-6.13.4 branch May 31, 2021 07:06
bashtage pushed a commit that referenced this pull request Nov 19, 2021
commit 9c833bed5879d77e625556260690c349de18b433
Author: Thomas Li <47963215+lithomas1@users.noreply.github.com>
Date:   Wed Nov 17 16:21:27 2021 -0800

    Add Windows config to GHA

    update script [wheel build]

    typo [wheel build]

    fix typo? [wheel build]

    fix linux builds? [wheel build]

    typo [wheel build]

    add license and pin to windows 2016

    skip tests [wheel build]

    pin to windows 2019 instead [wheel build]

    try to find out the error on windows [wheel build]

    maybe fix? [wheel build]

    maybe fix? [wheel build]

    fix? [wheel build]

    cleanup [wheel build]

    Add Windows config to GHA

    update script [wheel build]

    typo [wheel build]

    fix typo? [wheel build]

    fix linux builds? [wheel build]

    typo [wheel build]

    add license and pin to windows 2016

    skip tests [wheel build]

    pin to windows 2019 instead [wheel build]

    try to find out the error on windows [wheel build]

    maybe fix? [wheel build]

    maybe fix? [wheel build]

    fix? [wheel build]

    cleanup [wheel build]

    Update LICENSE_win32.txt

    Update LICENSE_win32.txt

    Add Windows config to GHA

    update script [wheel build]

    typo [wheel build]

    fix typo? [wheel build]

    fix linux builds? [wheel build]

    typo [wheel build]

    add license and pin to windows 2016

    skip tests [wheel build]

    pin to windows 2019 instead [wheel build]

    try to find out the error on windows [wheel build]

    maybe fix? [wheel build]

    maybe fix? [wheel build]

    fix? [wheel build]

    cleanup [wheel build]

    Update LICENSE_win32.txt

    Update LICENSE_win32.txt

    Update cibw_test_command.sh

commit 4bd12df
Author: Thomas Li <47963215+lithomas1@users.noreply.github.com>
Date:   Mon Nov 15 17:28:47 2021 -0800

    # This is a combination of 14 commits.
    # This is the 1st commit message:

    Add Windows config to GHA
    # This is the commit message #2:

    update script [wheel build]
    # This is the commit message #3:

    typo [wheel build]
    # This is the commit message #4:

    fix typo? [wheel build]
    # This is the commit message #5:

    fix linux builds? [wheel build]
    # This is the commit message #6:

    typo [wheel build]
    # This is the commit message #7:

    add license and pin to windows 2016
    # This is the commit message #8:

    skip tests [wheel build]
    # This is the commit message #9:

    pin to windows 2019 instead [wheel build]
    # This is the commit message #10:

    try to find out the error on windows [wheel build]
    # This is the commit message #11:

    maybe fix? [wheel build]
    # This is the commit message #12:

    maybe fix? [wheel build]
    # This is the commit message #13:

    fix? [wheel build]
    # This is the commit message #14:

    cleanup [wheel build]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
0 participants