From dbdef1f105b1924a85c01e37dc851147bab7f2f6 Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Thu, 21 Mar 2024 08:26:41 +0100 Subject: [PATCH] Better document pytest version pinning follow-up f1a9f8dd231783ec8200d1565a9fa4febf52c6df and 24507fce3761fb245f063a7a24f0902f03f33836 --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index a4859d614a..c4251a33ac 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,6 +25,10 @@ and fix incorect test assertion. Update GitHub actions. +Pin ``pytest`` test dependency to ``<8.1`` as a work around +for ``import file mismatch error`` related to ``conftest.py`` files, +in ``pytest 8.1.1``, see https://github.com/pytest-dev/pytest/issues/12123. + Version 0.20.1 --------------