Skip to content

Commit

Permalink
fixup! exp: fix CIBW ?
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Nov 23, 2024
1 parent 36a5830 commit 195aa8d
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 @@ -142,7 +142,7 @@ filterwarnings = [
build = "cp311-* cp312-* cp313-*"
build-frontend = "build[uv]"
build-verbosity = 1
test-groups = ["tests", "concurrency"]
test-groups = ["test", "concurrency"]
test-command = [
"pytest --color=yes -ra {project}/tests",
"pytest --color=yes --count 500 {project}/tests/test_concurrent.py",
Expand Down

0 comments on commit 195aa8d

Please sign in to comment.