Skip to content

Commit

Permalink
change test-requires syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Feb 17, 2024
1 parent ec9c60a commit bbec2cf
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 @@ -33,4 +33,4 @@ wheel.py-api = "cp312"

[tool.cibuildwheel]
test-command = "pytest {project}/tests"
test-requires = ["pytest >=8.0.0", "hypothesis >=6.98.6"]
test-requires = ["pytest", "hypothesis"]

0 comments on commit bbec2cf

Please sign in to comment.