New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/25552#issuecomment-708902297 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' ```