Skip to content

Rename deprecated `[pytest]` section to new upstream-supported `[tool:pytest]

username-removed-738692 requested to merge (removed):patch-1 into master

As mentioned in Issue 229, using the [pytest] section name in setup.cfg is deprecated and error-prone. This patch changes the name to [tool:pytest], which is the name upstream recommends projects use now.

Merge request reports