Skip to content

tests: Use importlib.util.find_spec to check for bcc module

Igor Ponomarev requested to merge tests-use-importlib-to-check-bcc into master

This fixes the unused variable warning.

find_spec will return None if the module is not installed.

Merge request reports