diff --git a/CHANGES.rst b/CHANGES.rst index da58af4..39130ec 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,12 @@ Released 2025-02-22 +Version 2.4.0 +------------- + +- Fixed tests to detect ``pytest-xprocess`` against versions 0.19.0 and newer correctly. :issue:`592` + + Version 2.3.0 ------------- diff --git a/tests/conftest.py b/tests/conftest.py index b24d579..06a8ab1 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -7,7 +7,6 @@ import flask_caching as fsc try: - __import__("pytest_xprocess") from xprocess import ProcessStarter except ImportError: