File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 # Ignore 32 bit architectures
7171 CIBW_ARCHS : " auto64"
7272 CIBW_PROJECT_REQUIRES_PYTHON : " >=3.10,<3.14"
73- CIBW_BEFORE_TEST : " uv sync --group dev --no-install-project"
74- CIBW_TEST_COMMAND : " uv run pytest {project}/ tests/avro/test_decoder.py"
73+ CIBW_BEFORE_TEST : " uv sync --directory {project} --only- group dev --no-install-project"
74+ CIBW_TEST_COMMAND : " uv run --directory {project} pytest tests/avro/test_decoder.py"
7575 # Ignore tests for pypy since not all dependencies are compiled for it
7676 # and would require a local rust build chain
7777 CIBW_TEST_SKIP : " pp*"
Original file line number Diff line number Diff line change 6565 # Ignore 32 bit architectures
6666 CIBW_ARCHS : " auto64"
6767 CIBW_PROJECT_REQUIRES_PYTHON : " >=3.10,<3.14"
68- CIBW_BEFORE_TEST : " uv sync --group dev --no-install-project"
69- CIBW_TEST_COMMAND : " uv run pytest {project}/ tests/avro/test_decoder.py"
68+ CIBW_BEFORE_TEST : " uv sync --directory {project} --only- group dev --no-install-project"
69+ CIBW_TEST_COMMAND : " uv run --directory {project} pytest tests/avro/test_decoder.py"
7070 # Ignore tests for pypy since not all dependencies are compiled for it
7171 # and would require a local rust build chain
7272 CIBW_TEST_SKIP : " pp*"
You can’t perform that action at this time.
0 commit comments