We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
fixed by #8520.
ThomasWaldmann
No branches or pull requests
the python 3.9 there has issues:
The text was updated successfully, but these errors were encountered: