From 5247ce6eb4e85576e3c8a98e924e492449ec80c4 Mon Sep 17 00:00:00 2001 From: Dr Alex Mitre Date: Thu, 5 Mar 2026 13:22:12 -0600 Subject: [PATCH] Update customize.rst with pytest minversion note Add note about maintaining minversion for older pytest versions. --- doc/en/reference/customize.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/en/reference/customize.rst b/doc/en/reference/customize.rst index 54cf86d2e3d..8f781eab4a5 100644 --- a/doc/en/reference/customize.rst +++ b/doc/en/reference/customize.rst @@ -103,6 +103,10 @@ pyproject.toml "integration", ] + For projects that still run pytest versions older than 6.0, keep + ``minversion`` in ``pytest.ini`` or ``setup.cfg`` too. Those versions + do not read ``pyproject.toml``. + tox.ini ~~~~~~~