Clarify docs by showing tox.ini considered before setup.cfg (#5839)
Clarify docs by showing tox.ini considered before setup.cfg
This commit is contained in:
		
						commit
						73c5b7f4b1
					
				| 
						 | 
					@ -107,8 +107,8 @@ check for ini-files as follows:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # first look for pytest.ini files
 | 
					    # first look for pytest.ini files
 | 
				
			||||||
    path/pytest.ini
 | 
					    path/pytest.ini
 | 
				
			||||||
    path/setup.cfg  # must also contain [tool:pytest] section to match
 | 
					 | 
				
			||||||
    path/tox.ini    # must also contain [pytest] section to match
 | 
					    path/tox.ini    # must also contain [pytest] section to match
 | 
				
			||||||
 | 
					    path/setup.cfg  # must also contain [tool:pytest] section to match
 | 
				
			||||||
    pytest.ini
 | 
					    pytest.ini
 | 
				
			||||||
    ... # all the way down to the root
 | 
					    ... # all the way down to the root
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue