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

Test suite fails with sqlite3 module #4

Open
penberg opened this issue Aug 23, 2023 · 1 comment
Open

Test suite fails with sqlite3 module #4

penberg opened this issue Aug 23, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@penberg
Copy link

penberg commented Aug 23, 2023

If I switch the dialect to use sqlite3 module under the hood, not all tests pass:

========================================================================================= short test summary info ==========================================================================================
SKIPPED [1] .env/lib/python3.11/site-packages/sqlalchemy/testing/config.py:385: 'test/test_suite.py::DialectTest_sqlite+libsql_3_42_0::test_pysqlcipher_connects (call)' : not sqlite+pysqlcipher
SKIPPED [2] .env/lib/python3.11/site-packages/sqlalchemy/testing/config.py:385: 'test.test_suite.SavepointTest' unsupported on any DB implementation 'sqlite(3.42.0)+libsql'marked as skip
================================================================================ 177 passed, 3 skipped, 10 errors in 0.33s =================================================================================
@penberg penberg added enhancement New feature or request help wanted Extra attention is needed labels Aug 23, 2023
@barbieri
Copy link
Collaborator

@penberg are any tests failing? Or you jus mean these 2 skips? The skips are expected since we don't support savepoint neither we're pysqlcipher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants