We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66ab89c + 4afa895 commit d71787eCopy full SHA for d71787e
reporting.py
@@ -91,6 +91,7 @@ def finalizer():
91
92
request.addfinalizer(finalizer)
93
94
+@mark.optionalhook
95
def pytest_json_modifyreport(json_report):
96
# Deduplicate warnings. These duplicate warnings can cause the file size
97
# to become huge. For instance, a warning from np.bool which is emitted
0 commit comments