Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Oct 6, 2023
1 parent d9e0d36 commit 155f278
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 @@ -37,7 +37,7 @@ exclude = "__init__.py"
build = "cp310-* cp311-* cp312-*"
before-build = "rm -rf build"
test-requires = "pytest"
test-command = "cd {project}/tests && pytest"
test-command = "pytest {project}/tests"

[build-system]
requires = ["poetry-core>=1.0.0", "setuptools"]
Expand Down

0 comments on commit 155f278

Please sign in to comment.