Skip to content

Releases: pylint-dev/pylint-pytest

v1.1.8

23 May 08:19
Compare
Choose a tag to compare

This is Release v1.1.8, released on 2024-05-23

This is a small release to block updating to pytest>8.2.0, as it causes an error (#67)

Fixed

  • pylint-pytest and pytest>8.2.1 create a weird error for pylint (#67)

Full Changelog:

v2.0.0a0

02 Feb 16:54
Compare
Choose a tag to compare
v2.0.0a0 Pre-release
Pre-release

This is Release v2.0.0a0, released on 2024-02-02

This release focuses on the modernization of the project's state:

  • Meta-files are updated and concatenated to pyproject.toml,
  • Dropping internals needed to support archaic versions,
  • As well as supporting Python 3.12

While this is a major version bump, it should be a safe update.

Additionally:

What's Changed

Full Changelog:

v1.1.7

04 Dec 07:29
Compare
Choose a tag to compare

This is Release v1.1.7, released on 2023-12-04

A last-minute bugfix before the v2 release, to support Pylint v3.

However, it should be noted that Pylint v3 or newer is required for linting (due to backwards-incompatible changes).

What's Changed

Full Changelog:

v1.1.6

20 Nov 12:22
Compare
Choose a tag to compare

This is Release v1.1.6, released on 2023-11-20

This will probably be the last bugfix release in the v1 series.
We MAY support Python 3.12 in the v1 series if support appears to be trivial.

What's Changed

  • 🐛 Ignore collection failures in non-tests by @stdedos in #15
    (original author is @webknjaz, but that was somehow lost in the rebases that commit was subjected to.
    Apologies 🙏 Source: reverbc#22)
  • Minor .github/ISSUE_TEMPLATE/bug_report.md improvement (22650f9)

Full Changelog:

v1.1.5

13 Nov 10:13
Compare
Choose a tag to compare

This is Release v1.1.5, released on 2023-11-06

What's Changed

  • removes more false positives for unused-argument by @nsp and @stdedos in #21
  • A collection of minor improvements to tests by @stdedos in #26
  • Windows Artifacts have incorrect Slugification by @stdedos in #25

Full Changelog:

v1.1.4

06 Nov 15:11
Compare
Choose a tag to compare

This is Release v1.1.4, released on 2023-11-06

What's Changed

New Contributors

Full Changelog:

v1.1.3

23 Oct 06:24
Compare
Choose a tag to compare

This is Release v1.1.3, released on 2023-10-23

[1.1.3] - 2023-10-23

This is the first release after maintenance was assumed by https://github.com/stdedos.

The focus of this release was to improve automation:

  • Fix the continuous integration,
  • Run tests as part of branches and PRs,
  • Use .pre-commit-config.yaml file to upkeep the code quality, and
  • Automate the release process

There should be no functional changes in this release, although there are changes in the source code.

A heartfelt thank you to https://github.com/Pierre-Sassoulas for his invaluable contributions to the continued maintenance of this project!

Fixed

  • The continuous integration was fixed, as a new maintenance team was assembled.

Added

  • Added an extensive .pre-commit-config.yaml file to upkeep the code quality. It includes, among others, black, mypy (in non-strict mode yet), ruff, and pylint.
  • Added an automated release process

Changed

Full Changelog: pylint-pytest-1.1.2...v1.1.3

v1.1.3rc1

19 Oct 12:55
cb653a0
Compare
Choose a tag to compare
v1.1.3rc1 Pre-release
Pre-release

This is a Release Candidate for v1.1.3 - which will be released on Monday, 2023-10-23

On top of https://github.com/pylint-dev/pylint-pytest/releases/tag/v1.1.3rc0, we have:

  • Drop tests/* both from sdist and wheel
  • Drop universal wheel (we don't support Python2)

v1.1.3rc0

19 Oct 08:14
4971561
Compare
Choose a tag to compare
v1.1.3rc0 Pre-release
Pre-release

This is a Release Candidate for v1.1.3 - which will be released on Monday, 2023-10-23

[1.1.3] - 2023-10-23

This is the first release after maintenance was assumed by https://github.com/stdedos.

The focus of this release was to improve automation:

  • Fix the continuous integration,
  • Run tests as part of branches and PRs,
  • Use .pre-commit-config.yaml file to upkeep the code quality, and
  • Automate the release process

There should be no functional changes in this release, although there are changes in the source code.

A heartfelt thank you to https://github.com/Pierre-Sassoulas for his invaluable contributions to the continued maintenance of this project!

Fixed

  • The continuous integration was fixed, as a new maintenance team was assembled.

Added

  • Added an extensive .pre-commit-config.yaml file to upkeep the code quality. It includes, among others, black, mypy (in non-strict mode yet), ruff, and pylint.

Changed

v1.1.3a0

15 Oct 09:49
1c2613b
Compare
Choose a tag to compare
v1.1.3a0 Pre-release
Pre-release

Alpha release to test the new release pipeline.