Skip to content

Commit dbaa623

Browse files
committed
Fix test command
1 parent 913e7fc commit dbaa623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ build = "cp3*"
312312
skip = ["*-musllinux_*", "cp313t-*"]
313313
archs = "auto64"
314314
test-groups = ["test"]
315-
test-command = "pytest test/python"
315+
test-command = "pytest {project}/test/python"
316316
build-frontend = "build[uv]"
317317
enable = ["cpython-freethreading"]
318318
test-skip = [

0 commit comments

Comments
 (0)