pytest-dev / pytest Public
main
Commits on Apr 24, 2022
-
Merge pull request #9885 from pytest-dev/update-plugin-list/patch-d94…
…9b3f7d [automated] Update plugin list
-
Commits on Apr 23, 2022
-
Merge pull request #9882 from nicoddemus/check-pick-release
Cherry-pick: 7.1.2 (#9881)
-
Prepare release version 7.1.2 (#9881)
Co-authored-by: pytest bot <pytestbot@gmail.com> (cherry picked from commit df9df55)
Commits on Apr 22, 2022
-
Merge pull request #9823 from tobiasdiez/patch-1
Clarify error message in case no collectors are found for a file
-
Commits on Apr 20, 2022
-
Merge pull request #9871 from paulmueller/getpass-import-error
fix: move 'import getpass' statement to try-clause
-
-
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
-
-
-
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
-
-
-
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>
-
[automated] Update plugin list (#9864)
Co-authored-by: pytest bot <pytestbot@users.noreply.github.com>
-
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>
Commits on Apr 19, 2022
-
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
-
Merge pull request #9865 from pytest-dev/dependabot/pip/testing/plugi…
…ns_integration/django-4.0.4
Commits on Apr 18, 2022
-
Merge pull request #9863 from gresm/patch-1
Update goodpractices.rst
-
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>
-
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>
Commits on Apr 17, 2022
Commits on Apr 16, 2022
Commits on Apr 12, 2022
-
-
Merge pull request #9852 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Commits on Apr 11, 2022
-
[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)
Commits on Apr 10, 2022
-
Merge pull request #9849 from pytest-dev/update-plugin-list/patch-f0c…
…f63a84 [automated] Update plugin list
-
Commits on Apr 9, 2022
-
Merge pull request #9842 from asottile/init-var-only-dataclasses
fix comparison of dataclasses with `InitVar`