Skip to content

Commit

Permalink
exp: fix CIBW ?
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Nov 23, 2024
1 parent a4e2903 commit 36a5830
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,10 @@ filterwarnings = [
build = "cp311-* cp312-* cp313-*"
build-frontend = "build[uv]"
build-verbosity = 1
environment = {"UV_PROJECT_ENVIRONMENT" = "$VIRTUAL_ENV"}
before-test = "uv sync --project {project} --only-group test --only-group concurrency --no-build"
test-groups = ["tests", "concurrency"]
test-command = [
"uv run pytest --color=yes -ra {project}/tests",
"uv run pytest --color=yes --count 500 {project}/tests/test_concurrent.py",
"pytest --color=yes -ra {project}/tests",
"pytest --color=yes --count 500 {project}/tests/test_concurrent.py",
]
test-skip = "*-musllinux*"

Expand Down

0 comments on commit 36a5830

Please sign in to comment.