We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cc4e7 commit ddc162bCopy full SHA for ddc162b
CHANGELOG.rst
@@ -2,6 +2,17 @@
2
Changelog
3
=========
4
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
16
6.1.1 (2025-04-05)
17
------------------
18
0 commit comments