Skip to content

Commit f92dee7

Browse files
authored
Merge pull request #14267 from pytest-dev/patchback/backports/9.0.x/d6fa26c62873ea648272b337f2dc45d095394745/pr-14258
[PR #14258/d6fa26c6 backport][9.0.x] docs: note pyproject minversion compatibility with pytest<6
2 parents 7ee58ac + c89013a commit f92dee7

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)