We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36a521 commit 7c88c8bCopy full SHA for 7c88c8b
go/validation/pytest.ini
@@ -19,3 +19,8 @@ xfail_strict = true
19
20
markers =
21
feature: test for a driver-specific feature
22
+
23
+filterwarnings =
24
+ error
25
+ ignore:record_property is incompatible with junit_family:pytest.PytestWarning
26
+ ignore:Cannot disable autocommit; conn will not be DB-API 2.0 compliant:adbc_driver_manager._lib.Warning
0 commit comments