Improve and fix changelog
This commit is contained in:
parent
c85c61565e
commit
1793204872
|
@ -1 +1 @@
|
||||||
Test functions returning a value other than None will now return a warning and not an error.
|
Test functions returning a value other than None will now issue a :class:`pytest.PytestWarning` instead of :class:`pytest.PytestRemovedIn8Warning`, meaning this will stay a warning instead of becoming an error in the future.
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
Dropped support for Python 3.7, which `reached end-of-life on 2023-06-27
|
Dropped support for Python 3.7, which `reached end-of-life on 2023-06-27 <https://devguide.python.org/versions/>`__.
|
||||||
<https://devguide.python.org/versions/>`__.
|
|
||||||
|
|
Loading…
Reference in New Issue