Skip to content

Commit ddc162b

Browse files
committed
Update changelog.
1 parent 22cc4e7 commit ddc162b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog
33
=========
44

5+
6.2.0 (2025-06-11)
6+
------------------
7+
8+
* The plugin now adds 3 rules in the filter warnings configuration to prevent common coverage warnings being raised as obscure errors::
9+
10+
default:unclosed database in <sqlite3.Connection object at:ResourceWarning
11+
once::PytestCovWarning
12+
once::CoverageWarning
13+
14+
This fixes most of the bad interactions that are occurring on pytest 8.4 with ``filterwarnings=error``.
15+
516
6.1.1 (2025-04-05)
617
------------------
718

0 commit comments

Comments
 (0)