You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -627,7 +627,7 @@ Removals
627
627
See our `docs <https://docs.pytest.org/en/latest/deprecations.html#passing-command-line-string-to-pytest-main>`__ on information on how to update your code.
628
628
629
629
630
-
- `#3086 <https://github.com/pytest-dev/pytest/issues/3086>`_: ``[pytest]`` section in **setup.cfg** files is not longer supported, use ``[tool:pytest]`` instead. ``setup.cfg`` files
630
+
- `#3086 <https://github.com/pytest-dev/pytest/issues/3086>`_: ``[pytest]`` section in **setup.cfg** files is no longer supported, use ``[tool:pytest]`` instead. ``setup.cfg`` files
631
631
are meant for use with ``distutils``, and a section named ``pytest`` has notoriously been a source of conflicts and bugs.
632
632
633
633
Note that for **pytest.ini** and **tox.ini** files the section remains ``[pytest]``.
@@ -1849,7 +1849,7 @@ Features
1849
1849
exits the debugger. On python 3.2 and higher, use CTRL+D. (`#3299
0 commit comments