Skip to content

Commit

Permalink
check apsw with github pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho committed Oct 1, 2024
1 parent 04e7783 commit 49f2a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ dev-duckdb = [
dev-sqlite = [
"aiosqlite",
# fails on missing symbol with pypy
"apsw; implementation_name != 'pypy'"
# "apsw; implementation_name != 'pypy'"
"apsw"
]
dev-postgres = [
"pytest-postgresql",
Expand Down

0 comments on commit 49f2a63

Please sign in to comment.