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
* Remove `return` from `finally` block
This `return` swallows any exceptions that might happen inside the `try/finally` block.
While this does seem intentional, there is no reason for `set(item.nodeid ...)` to not work, given `nodeid` is a string.
Fix#58
* Fix setuptools-scm configuration
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ UNRELEASED
7
7
++++++++++
8
8
9
9
* Dropped support for EOL Python versions and added support for Python 3.13.
10
+
* Fix `#58 <https://github.com/pytest-dev/pytest-random-order/issues/58>`_: ``return`` in a ``finally`` block swallows exceptions and raises a warning in Python 3.14.
0 commit comments