Skip to content

Commit 73c5b7f

Browse files
authored
Clarify docs by showing tox.ini considered before setup.cfg (#5839)
Clarify docs by showing tox.ini considered before setup.cfg
2 parents 23102a7 + 8f2f51b commit 73c5b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/customize.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ check for ini-files as follows:
107107
108108
# first look for pytest.ini files
109109
path/pytest.ini
110-
path/setup.cfg # must also contain [tool:pytest] section to match
111110
path/tox.ini # must also contain [pytest] section to match
111+
path/setup.cfg # must also contain [tool:pytest] section to match
112112
pytest.ini
113113
... # all the way down to the root
114114

0 commit comments

Comments
 (0)