diff --git a/changelog/3260.bugfix b/changelog/3260.bugfix deleted file mode 100644 index 49dc41c50..000000000 --- a/changelog/3260.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed ``tool:pytest`` section when setup.cfg passed by option ``-c`` diff --git a/changelog/3260.bugfix.rst b/changelog/3260.bugfix.rst new file mode 100644 index 000000000..eb0ecd345 --- /dev/null +++ b/changelog/3260.bugfix.rst @@ -0,0 +1 @@ +``[tool:pytest]`` sections in ``*.cfg`` files passed by the ``-c`` option are now properly recognized.