Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ extra-dependencies = [
"ddtrace",

# Structured logging
"structlog<=24.2.0",
"structlog",

# Looking for missing imports
"isort",
Expand Down
4 changes: 0 additions & 4 deletions test/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,15 +319,11 @@ def function_that_raises_and_adds_to_stack_trace():
"filename": str(Path.cwd() / "test" / "test_logging.py"),
"lineno": ANY, # otherwise the test breaks if you add a line :-)
"name": "test_logging_exceptions_json",
"line": "",
"locals": None,
},
{
"filename": str(Path.cwd() / "test" / "test_logging.py"),
"lineno": ANY, # otherwise the test breaks if you add a line :-)
"name": "function_that_raises_and_adds_to_stack_trace",
"line": "",
"locals": None,
},
],
}
Expand Down