Skip to content

Commit

Permalink
test: Test parquet extra on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 28, 2024
1 parent f1c32e8 commit 20ae71e
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 169 deletions.
4 changes: 0 additions & 4 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ def tests(session: nox.Session) -> None:
"s3",
]

if session.python == "3.13":
# https://github.com/apache/arrow/issues/43519
extras.remove("parquet")

session.install(f".[{','.join(extras)}]")
session.install(*test_dependencies)

Expand Down
Loading

0 comments on commit 20ae71e

Please sign in to comment.