Skip to content

Commit

Permalink
Merge pull request #11 from MatthiasValvekens/bugfix/remove-pytest-ru…
Browse files Browse the repository at this point in the history
…nner-build-dep

Remove obsolete build dependency on pytest-runner
  • Loading branch information
MatthiasValvekens authored Dec 18, 2023
2 parents 35f4cb5 + 12e2ef9 commit 92e4232
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
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=67.4",
"wheel", "pytest-runner",
"wheel",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 92e4232

Please sign in to comment.