Skip to content

Commit

Permalink
Add --skip-subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Aug 21, 2024
1 parent 294cf2a commit 4ff088e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ build = "cp39-*64 cp310-*64 cp311-*64 cp312-*64"
skip = "*musllinux*"

test-command = "python -m pytest {project}/tests"
test-requires = ["pytest", "pyarrow"]
test-requires = ["pytest", "pyarrow"]

[tool.meson-python.args]
install = ['--skip-subprojects']

0 comments on commit 4ff088e

Please sign in to comment.