Skip to content

Commit e720764

Browse files
Fix DD_FLUSH_TO_LOG env var type checking
1 parent 9dafcdb commit e720764

File tree

3 files changed

+531
-457
lines changed

3 files changed

+531
-457
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def test_with_datadog_as_required_package(session: nox.Session):
8080
folders=[
8181
f"{PREFIX_TESTS_FUNCTIONAL}/metrics/datadog/",
8282
],
83+
extras="datadog,aws-sdk", # Datadog library requires boto3
8384
)
8485

8586

0 commit comments

Comments
 (0)