Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Releases: henry0312/pytest-pydocstyle

v2.4.0

10 Oct 00:20
85a31af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.4.0

Added

  • Test with Python 3.12 and 3.13-dev (#97)
  • Support Python 3.13 (#100)

Changed

  • Update setup-python to v4 (#96)

Removed

  • Drop support of Python 3.7 and 3.8 (#99)

v2.3.2

05 Jan 03:30
c19ad28
Compare
Choose a tag to compare

Added

  • Test with Python 3.12-dev (#90)

Fixed

  • Fix unpacking tuple to follow the change of get_files_to_check (#92)

v2.3.1

28 Oct 11:04
b75eaeb
Compare
Choose a tag to compare

Changed

  • Replace --strict command-line option with --strict-markers (#84)
  • Test with Python 3.11 (#87)
  • Update MANIFEST.in to add tests and Makefile to sdist (#88)

v2.3.0

17 Mar 08:50
78690f2
Compare
Choose a tag to compare

Changed

  • Require pytest v7.0 or later (#81)
  • Replace fspath argument for Node constructors with pathlib.Path (#82)

Removed

  • Drop support of Python 3.6 (#80)

v2.2.1

17 Mar 08:49
fd6d7d1
Compare
Choose a tag to compare

Added

  • Test with Python 3.9 and 3.10-dev (#76)
  • Test with Python 3.10 and 3.11-dev (#78)

Changed

  • Update setup-python to v3 (#77)

v2.2.0

10 Aug 09:10
05dbf02
Compare
Choose a tag to compare

Added

  • Support pytest v6 (#74)

Changed

  • Update Makefile (#71)

v2.1.3

03 Apr 05:14
07af9d1
Compare
Choose a tag to compare

Added

  • Use GitHub Actions (#67)

Changed

  • Follow an official plugin example and perform code refactoring (#69)

Removed

  • Drop Travis CI (#68)

v2.1.2

23 Mar 07:56
3de2460
Compare
Choose a tag to compare

Changed

  • Use pytest-pycodestyle in tests (#64)
  • Update .travis.yml (#65)

v2.1.1

23 Mar 04:20
03a3498
Compare
Choose a tag to compare

Changed

  • Change the repository and package name to 'pytest-pydocstyle' (#60)
  • Change package layout (#61)
  • Update .gitignore (#62)

v2.0.1

09 Apr 02:31
Compare
Choose a tag to compare