Skip to content

Commit c89013a

Browse files
mitre88patchback[bot]
authored andcommitted
Update customize.rst with pytest minversion note (#14258)
Add note about maintaining minversion for older pytest versions. Closes #7730 (cherry picked from commit d6fa26c)
1 parent 32a95ce commit c89013a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/en/reference/customize.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ pyproject.toml
103103
"integration",
104104
]
105105
106+
For projects that still run pytest versions older than 6.0, keep
107+
``minversion`` in ``pytest.ini`` or ``setup.cfg`` too. Those versions
108+
do not read ``pyproject.toml``.
109+
106110
tox.ini
107111
~~~~~~~
108112

0 commit comments

Comments
 (0)