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 66ab89c commit 4afa895Copy full SHA for 4afa895
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