Skip to content

Bump pytest from 6.1.1 to 6.2.1 - #16

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pytest-6.2.1
Closed

Bump pytest from 6.1.1 to 6.2.1#16
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pytest-6.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 16, 2020

Copy link
Copy Markdown

Bumps pytest from 6.1.1 to 6.2.1.

Release notes

Sourced from pytest's releases.

6.2.1

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.

6.2.0

pytest 6.2.0 (2020-12-12)

Breaking Changes

  • #7808: pytest now supports python3.6+ only.

Deprecations

  • #7469: Directly constructing/calling the following classes/functions is now deprecated:

    • _pytest.cacheprovider.Cache
    • _pytest.cacheprovider.Cache.for_config()
    • _pytest.cacheprovider.Cache.clear_cache()
    • _pytest.cacheprovider.Cache.cache_dir_from_config()
    • _pytest.capture.CaptureFixture
    • _pytest.fixtures.FixtureRequest
    • _pytest.fixtures.SubRequest
    • _pytest.logging.LogCaptureFixture
    • _pytest.pytester.Pytester
    • _pytest.pytester.Testdir
    • _pytest.recwarn.WarningsRecorder
    • _pytest.recwarn.WarningsChecker
    • _pytest.tmpdir.TempPathFactory
    • _pytest.tmpdir.TempdirFactory

    These have always been considered private, but now issue a deprecation warning, which may become a hard error in pytest 7.0.0.

... (truncated)

Commits
  • d3971c3 Prepare release version 6.2.1
  • 780044b Merge pull request #8147 from nicoddemus/backport-8137
  • 8354995 python_api: handle array-like args in approx() (#8137)
  • 8b8b121 Merge pull request #8135 from nicoddemus/backport-8123
  • f854cf6 Merge pull request #8123 from nicoddemus/import-mismatch-unc
  • c475106 Merge pull request #8130 from pytest-dev/release-6.2.0
  • e7073af Prepare release version 6.2.0
  • 683f29f Merge pull request #8129 from bluetech/docs-pygments-workaround
  • 0feeddf doc: temporary workaround for pytest-pygments lexing error
  • b478275 Merge pull request #8128 from bluetech/skip-reason-empty
  • 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)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.1 to 6.2.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@6.1.1...6.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 16, 2020
@changelogg

changelogg Bot commented Dec 16, 2020

Copy link
Copy Markdown

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@performance-testing-bot

Copy link
Copy Markdown

Unable to locate .performanceTestingBot config file

@ghost

ghost commented Dec 16, 2020

Copy link
Copy Markdown

Contributors

dependabot[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@scribe-connect

Copy link
Copy Markdown

Linked documents: 0
Files with no linked documents: 1
Recently updated documents: 0
Out of date documents: 0
Very out of date documents: 0

@spampr

spampr Bot commented Dec 16, 2020

Copy link
Copy Markdown

This pull request seems genuine

@ghost

ghost commented Dec 16, 2020

Copy link
Copy Markdown

Please consider switching to the GitHub Action which is more transparent, secure, configurable, and open-sourced.
E.g. you can specify your main branch.
It can be installed by adding a single step in your workflow yaml file: - uses: victorx64/devrating-gh-action@v0.
See the full example.

Team leaderboard

Author Lines lost Rating change New rating
27856297+dependabot-preview[bot]@users.noreply.github.com 1 -0.50 1499.50
49699333+dependabot[bot]@users.noreply.github.com the performer 0.50 1500.50

See the whole leaderboard

The PR effort: 2.00 for 1 new lines with 1500.00 rating (50.00 % percentile). Learn more
These updates are not final. Post devrating ignore comment before merging to prevent the rating update.

@trafico-bot trafico-bot Bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Dec 16, 2020
@vizipi

vizipi Bot commented Dec 18, 2020

Copy link
Copy Markdown

Pull request analysis by VIZIPI

Below you will find who is the most qualified team member to review your code.
This analysis includes his/her work on the code included in this Pull request, in addition to their experience in code affected by these changes ( partly found within the list of potential missing files below )   Feedback always welcome

No other active qualified developers found to review these specific changes. You might consider involving more team members with these code segments.


Potential missing files from this Pull request

No files found with a 40% threashold :)
No commonly committed files found with a 40% threashold


Committed file ranks

(click to expand)
  • 0.00%[dev-requirements.txt]
  • @dependabot @github

    dependabot Bot commented on behalf of github Jan 26, 2021

    Copy link
    Copy Markdown
    Author

    Superseded by #26.

    @dependabot dependabot Bot closed this Jan 26, 2021
    @dependabot
    dependabot Bot deleted the dependabot/pip/pytest-6.2.1 branch January 26, 2021 06:34
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    dependencies Pull requests that update a dependency file 🔍 Ready for Review Pull Request is not reviewed yet size/XS spamprbot-approved

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants