Skip to content

test: sqlite tests on freebsd fail with ModuleNotFoundError: No module named '_sqlite3' #26819

@maflcko

Description

@maflcko

It would be good if the test was skipped instead, or if the documentation explained how to install py-sqlite.

126/256 - wallet_descriptor.py --descriptors failed, Duration: 0 s
stdout:
stderr:
Traceback (most recent call last):
  File "/tmp/cirrus-ci-build/bitcoin-core/test/functional/wallet_descriptor.py", line 7, in <module>
    import sqlite3
  File "/usr/local/lib/python3.9/sqlite3/__init__.py", line 57, in <module>
    from sqlite3.dbapi2 import *
  File "/usr/local/lib/python3.9/sqlite3/dbapi2.py", line 27, in <module>
    from _sqlite3 import *
ModuleNotFoundError: No module named '_sqlite3'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions