Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6f814e6

Browse filesBrowse files
test: fix test_installed_modules (#3309)
1 parent 531f8f7 commit 6f814e6
Copy full SHA for 6f814e6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎tests/test_utils.py

Copy file name to clipboardExpand all lines: tests/test_utils.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
serialize_frame,
2727
is_sentry_url,
2828
_get_installed_modules,
29+
_generate_installed_modules,
2930
ensure_integration_enabled,
3031
ensure_integration_enabled_async,
3132
)
@@ -523,7 +524,7 @@ def test_installed_modules():
523524

524525
installed_distributions = {
525526
_normalize_distribution_name(dist): version
526-
for dist, version in _get_installed_modules().items()
527+
for dist, version in _generate_installed_modules()
527528
}
528529

529530
if importlib_available:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.