We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230bada commit ae6e43cCopy full SHA for ae6e43c
.github/workflows/packaging_wheels.yml
@@ -48,12 +48,12 @@ jobs:
48
runs-on: ${{ matrix.platform.os }}
49
env:
50
CIBW_TEST_SKIP: ${{ inputs.testsuite == 'none' && '*' || '*-macosx_universal2' }}
51
- CIBW_TEST_SOURCES: tests pyproject.toml
+ CIBW_TEST_SOURCES: tests
52
CIBW_BEFORE_TEST: >
53
uv export --only-group test --no-emit-project --quiet --output-file pylock.toml --directory {project} &&
54
uv pip install -r pylock.toml
55
CIBW_TEST_COMMAND: >
56
- uv run -v pytest ${{ inputs.testsuite == 'fast' && './tests/fast' || './tests' }}
+ uv run -v pytest --rootdir $PWD -c {project}/pyproject.toml ${{ inputs.testsuite == 'fast' && './tests/fast' || './tests' }}
57
58
steps:
59
- name: Checkout DuckDB Python
0 commit comments