New comment by misuchiru03 on void-packages repository https://github.com/void-linux/void-packages/pull/25552#issuecomment-711086416 Comment: > Can you make the tests run successfully? Build with `./xbps-src pkg -Q python3-shodan` to see them: > > ``` > ====================================================================== > ERROR: test_count_simple (tests.test_shodan.ShodanTests) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/builddir/shodan-python-1.24.0/tests/test_shodan.py", line 25, in setUp > self.api = shodan.Shodan(open('SHODAN-API-KEY').read().strip()) > FileNotFoundError: [Errno 2] No such file or directory: 'SHODAN-API-KEY' > ``` These are related to the Shodan API key, which requires a Shodan account. The tests have not been successful without the API keys, which are account-specific, but the CLI works just fine when initializing your own account's API key using `shodan init `.