Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
- allows packaging with pytest 8
  • Loading branch information
mrbean-bremen committed Mar 16, 2024
1 parent 1c0cb37 commit 1c8cc9f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@
Changelog for pytest-find-dependencies
======================================

Unreleased
----------
`0.5.3`_ (2024-03-16)
---------------------
Adds compatibility to pytest 8.

Infrastructure
~~~~~~~~~~~~~~
* added Python 3.11to and removed Python 3.6 from CI tests
* added pytest 7.2 to CI tests
* added Python 3.11 and 3.12 to and removed Python 3.6 from CI tests
* added pytest 7 and 8 to CI tests, adapted tests to work with pytest 8

`0.5.2`_ (2022-04-09)
---------------------
Bugfix release.

Fixes
-----
* Fix crash when multiple "always failing" tests are detected (see `#6`_)
* fixed crash when multiple "always failing" tests are detected (see `#6`_)

Infrastructure
~~~~~~~~~~~~~~
Expand Down Expand Up @@ -131,6 +132,8 @@ New Features
.. _`0.4.1`: https://pypi.org/project/pytest-find-dependencies/0.4.1/
.. _`0.5.0`: https://pypi.org/project/pytest-find-dependencies/0.5.0/
.. _`0.5.1`: https://pypi.org/project/pytest-find-dependencies/0.5.1/
.. _`0.5.2`: https://pypi.org/project/pytest-find-dependencies/0.5.2/
.. _`0.5.3`: https://pypi.org/project/pytest-find-dependencies/0.5.3/
.. _`#1`: https://github.com/mrbean-bremen/pytest-find-dependencies/issues/1
.. _`#2`: https://github.com/mrbean-bremen/pytest-find-dependencies/issues/2
.. _`#3`: https://github.com/mrbean-bremen/pytest-find-dependencies/issues/3
Expand Down
2 changes: 1 addition & 1 deletion src/find_dependencies/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.dev0"
__version__ = "0.5.3"

0 comments on commit 1c8cc9f

Please sign in to comment.