Skip to content

Commit

Permalink
nope!
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Coelho authored and zx80 committed Oct 1, 2024
1 parent fe7b907 commit 27c65b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ dev = [
"mypy", "pyright", "types-setuptools", "build"
]
dev-duckdb = [
# skip, wheel compilation takes 12 minutes…
# skip, wheel compilation takes too much time… (confirmed 2024-09-30)
"duckdb; implementation_name != 'pypy'"
]
dev-sqlite = [
"aiosqlite",
# fails on missing symbol with pypy
# "apsw; implementation_name != 'pypy'"
"apsw"
# fails on missing symbol with pypy (confirmed 2024-10-01)
"apsw; implementation_name != 'pypy'"
]
dev-postgres = [
"pytest-postgresql",
Expand Down

0 comments on commit 27c65b7

Please sign in to comment.