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

Update dependency pytest to v6.2.1 #4

Merged
merged 1 commit into from
Dec 15, 2020
Merged

Update dependency pytest to v6.2.1 #4

merged 1 commit into from
Dec 15, 2020

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 15, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
pytest (source) patch ==6.2.0 -> ==6.2.1

Release Notes

pytest-dev/pytest

v6.2.1

Compare Source

pytest 6.2.1 (2020-12-15)

Bug Fixes

  • #​7678: Fixed bug where ImportPathMismatchError would be raised for files compiled in
    the host and loaded later from an UNC mounted path (Windows).

  • #​8132: Fixed regression in approx: in 6.2.0 approx no longer raises
    TypeError when dealing with non-numeric types, falling back to normal comparison.
    Before 6.2.0, array types like tf.DeviceArray fell through to the scalar case,
    and happened to compare correctly to a scalar if they had only one element.
    After 6.2.0, these types began failing, because they inherited neither from
    standard Python number hierarchy nor from numpy.ndarray.

    approx now converts arguments to numpy.ndarray if they expose the array
    protocol and are not scalars. This treats array-like objects like numpy arrays,
    regardless of size.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from bsoyka as a code owner December 15, 2020 17:16
@bsoyka bsoyka merged commit dd863c6 into main Dec 15, 2020
@bsoyka bsoyka deleted the renovate/pytest-6.x branch December 15, 2020 17:18
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.

None yet

2 participants