Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vagrant: freebsd14 box broken #8508

Closed
ThomasWaldmann opened this issue Oct 31, 2024 · 2 comments
Closed

vagrant: freebsd14 box broken #8508

ThomasWaldmann opened this issue Oct 31, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@ThomasWaldmann
Copy link
Member

ThomasWaldmann commented Oct 31, 2024

the python 3.9 there has issues:

freebsd14: py39-fuse2: commands[0]> py.test -v -n 8 -rs --cov=borg --cov-config=.coveragerc --benchmark-skip --pyargs borg.testsuite
    freebsd14: Traceback (most recent call last):
    freebsd14:   File "/vagrant/borg/borg/.tox/py39-fuse2/bin/py.test", line 8, in <module>
    freebsd14:     sys.exit(console_main())
    freebsd14:   File "/vagrant/borg/borg/.tox/py39-fuse2/lib/python3.9/site-packages/_pytest/config/__init__.py", line 201, in console_main
    freebsd14:     code = main()
    freebsd14:   File "/vagrant/borg/borg/.tox/py39-fuse2/lib/python3.9/site-packages/_pytest/config/__init__.py", line 156, in main
    freebsd14:     config = _prepareconfig(args, plugins)
    freebsd14:   File "/vagrant/borg/borg/.tox/py39-fuse2/lib/python3.9/site-packages/_pytest/config/__init__.py", line 341, in _prepareconfig
    freebsd14:     config = pluginmanager.hook.pytest_cmdline_parse(
    ...
    freebsd14: ModuleNotFoundError: No module named '_sqlite3'
@ThomasWaldmann ThomasWaldmann added this to the 2.0.0b14 milestone Oct 31, 2024
@ThomasWaldmann
Copy link
Member Author

ThomasWaldmann commented Nov 3, 2024

Only py 3.9 and 3.11 are broken. 3.10 and 3.12 work.

for py310, we explicitly installed py310-sqlite3.
py312 comes from pyenv.

@ThomasWaldmann ThomasWaldmann self-assigned this Nov 3, 2024
@ThomasWaldmann
Copy link
Member Author

fixed by #8520.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant