Skip to content

Commit cb1cecf

Browse files
wochingesilvanocerza
authored andcommitted
build: unpin structlog (#8071)
1 parent 5a28246 commit cb1cecf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_logging.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,15 +319,11 @@ def function_that_raises_and_adds_to_stack_trace():
319319
"filename": str(Path.cwd() / "test" / "test_logging.py"),
320320
"lineno": ANY, # otherwise the test breaks if you add a line :-)
321321
"name": "test_logging_exceptions_json",
322-
"line": "",
323-
"locals": None,
324322
},
325323
{
326324
"filename": str(Path.cwd() / "test" / "test_logging.py"),
327325
"lineno": ANY, # otherwise the test breaks if you add a line :-)
328326
"name": "function_that_raises_and_adds_to_stack_trace",
329-
"line": "",
330-
"locals": None,
331327
},
332328
],
333329
}

0 commit comments

Comments
 (0)