Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 291 Bytes

File metadata and controls

3 lines (2 loc) · 291 Bytes

Having pytest configuration spread over more than one file (for example having both a pytest.ini file and pyproject.toml with a [tool.pytest.ini_options] table) will now print a warning to make it clearer to the user that only one of them is actually used.

-- by :user:`sgaist`