Skip to content

Commit

Permalink
add pyarrow test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt committed Jan 20, 2024
1 parent 9935e77 commit dad86a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = []
# "extras" (e.g. for `pip install .[test]`)
[project.optional-dependencies]
# add dependencies used for testing here
test = ["pytest", "pytest-cov"]
test = ["pytest", "pytest-cov", "pyarrow"]
# add anything else you like to have in your dev environment here
dev = [
"black",
Expand Down

0 comments on commit dad86a8

Please sign in to comment.