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 f52c9e3 commit 6a38010Copy full SHA for 6a38010
tests/test_utils.py
@@ -23,6 +23,7 @@
23
serialize_frame,
24
is_sentry_url,
25
_get_installed_modules,
26
+ _generate_installed_modules,
27
)
28
29
import sentry_sdk
@@ -538,7 +539,7 @@ def test_installed_modules():
538
539
540
installed_distributions = {
541
_normalize_distribution_name(dist): version
- for dist, version in _get_installed_modules().items()
542
+ for dist, version in _generate_installed_modules()
543
}
544
545
if importlib_available:
0 commit comments