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
pytest output:
... ============================== short test summary info =============================== FAILED tests/test_cli.py::test_optimize[tables0] - assert 1662976 < 1662976 FAILED tests/test_cli.py::test_optimize[tables1] - assert 1667072 < 1662976 ===================== 2 failed, 538 passed, 3 skipped in 34.32s ======================
Came across this while packaging sqlite-utils for NixOS, but it can be recreated it using the alpine:edge docker image as well as follows:
sqlite-utils
alpine:edge
docker run --rm -it alpine:edge /bin/sh # apk update && apk add git sqlite python3 gcc python3-dev musl-dev && python3 -m ensurepip # git clone https://github.com/simonw/sqlite-utils.git # cd sqlite-utils/ # pip3 install -e .[test] # pytest
This definitely works on sqlite v3.33.
The text was updated successfully, but these errors were encountered:
I just hit this one too. Such a weird bug!
Sorry, something went wrong.
33c759a
Release 3.1.1
0dca784
Refs #209. Also updated copyright footer in documentation.
No branches or pull requests
pytest output:
Came across this while packaging
sqlite-utils
for NixOS, but it can be recreated it using thealpine:edge
docker image as well as follows:This definitely works on sqlite v3.33.
The text was updated successfully, but these errors were encountered: