Skip to content

Commit

Permalink
Merge pull request #1 from musicinmybrain/test-extra
Browse files Browse the repository at this point in the history
Fix the “test” extra
  • Loading branch information
mikedh committed Dec 3, 2023
2 parents 244ce37 + 1dfe0ee commit c49470a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ content-type = "text/markdown"
[options]
zip_safe = false

[options.extras_require]
test = "pytest"
[project.optional-dependencies]
test = ["pytest"]

[tool.cibuildwheel]
test-requires = "pytest"
Expand Down

0 comments on commit c49470a

Please sign in to comment.