Skip to content
Permalink
main

Commits on Apr 24, 2022

  1. Merge pull request #9885 from pytest-dev/update-plugin-list/patch-d94…

    …9b3f7d
    
    [automated] Update plugin list
    nicoddemus committed Apr 24, 2022

Commits on Apr 23, 2022

  1. Merge pull request #9882 from nicoddemus/check-pick-release

    Cherry-pick: 7.1.2 (#9881)
    nicoddemus committed Apr 23, 2022
  2. Prepare release version 7.1.2 (#9881)

    Co-authored-by: pytest bot <pytestbot@gmail.com>
    (cherry picked from commit df9df55)
    nicoddemus committed Apr 23, 2022

Commits on Apr 22, 2022

  1. Fix wrong log_file docs (#9878)

    Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
    Zac-HD and nicoddemus committed Apr 22, 2022
  2. Merge pull request #9823 from tobiasdiez/patch-1

    Clarify error message in case no collectors are found for a file
    nicoddemus committed Apr 22, 2022

Commits on Apr 20, 2022

  1. Merge pull request #9871 from paulmueller/getpass-import-error

    fix: move 'import getpass' statement to try-clause
    Zac-HD committed Apr 20, 2022
  2. Update 9871.bugfix.rst

    paulmueller committed Apr 20, 2022
  3. cleanup

    paulmueller committed Apr 20, 2022
  4. Create 9871.bugfix.rst

    paulmueller committed Apr 20, 2022
  5. Update AUTHORS

    paulmueller committed Apr 20, 2022
  6. build(deps): Bump pytest-asyncio in /testing/plugins_integration (#9824)

    Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.2 to 0.18.3.
    - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
    - [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-asyncio@v0.18.2...v0.18.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-asyncio
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 20, 2022
  7. [automated] Update plugin list (#9864)

    Co-authored-by: pytest bot <pytestbot@users.noreply.github.com>
    github-actions[bot] and pytestbot committed Apr 20, 2022
  8. Increase stacklevel to point at user's code (#9869)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    hugovk and pre-commit-ci[bot] committed Apr 20, 2022

Commits on Apr 19, 2022

  1. Merge pull request #9866 from pytest-dev/dependabot/pip/testing/plugi…

    …ns_integration/twisted-22.4.0
    
    build(deps): Bump twisted from 22.2.0 to 22.4.0 in /testing/plugins_integration
    nicoddemus committed Apr 19, 2022
  2. Merge pull request #9865 from pytest-dev/dependabot/pip/testing/plugi…

    …ns_integration/django-4.0.4
    nicoddemus committed Apr 19, 2022

Commits on Apr 18, 2022

  1. Merge pull request #9863 from gresm/patch-1

    Update goodpractices.rst
    asottile committed Apr 18, 2022
  2. build(deps): Bump twisted in /testing/plugins_integration

    Bumps [twisted](https://github.com/twisted/twisted) from 22.2.0 to 22.4.0.
    - [Release notes](https://github.com/twisted/twisted/releases)
    - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst)
    - [Commits](twisted/twisted@twisted-22.2.0...twisted-22.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: twisted
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 18, 2022
  3. build(deps): Bump django in /testing/plugins_integration

    Bumps [django](https://github.com/django/django) from 4.0.3 to 4.0.4.
    - [Release notes](https://github.com/django/django/releases)
    - [Commits](django/django@4.0.3...4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 18, 2022

Commits on Apr 17, 2022

Commits on Apr 16, 2022

  1. Update goodpractices.rst

    Fix example package tree.
    gresm committed Apr 16, 2022

Commits on Apr 11, 2022

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
    - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](asottile/pyupgrade@v2.31.1...v2.32.0)
    pre-commit-ci[bot] committed Apr 11, 2022

Commits on Apr 10, 2022

  1. Merge pull request #9849 from pytest-dev/update-plugin-list/patch-f0c…

    …f63a84
    
    [automated] Update plugin list
    nicoddemus committed Apr 10, 2022

Commits on Apr 9, 2022

  1. Merge pull request #9842 from asottile/init-var-only-dataclasses

    fix comparison of dataclasses with `InitVar`
    asottile committed Apr 9, 2022
Older