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 a284554 commit 5551ef9Copy full SHA for 5551ef9
.github/workflows/test.yaml
@@ -114,7 +114,7 @@ jobs:
114
run: |
115
cd examples/ffi-table-provider
116
maturin build --release --strip
117
- pytest
+ pytest _test_table_provider.py
118
119
- name: Cache the generated dataset
120
id: cache-tpch-dataset
examples/ffi-table-provider/python/tests/test_table_provider.py renamed to examples/ffi-table-provider/python/tests/_test_table_provider.py
0 commit comments