Skip to content

Commit

Permalink
Try out importlib
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed May 29, 2024
1 parent 78a09d9 commit 666458e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
# __init__.py interferes with the tests and is included as local file instead of
# used from wheels. To be honest, tests should not be in the source folder at all.
CIBW_BEFORE_TEST: rm {project}/tiledb/__init__.py
with:
output-dir: wheelhouse

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ filterwarnings = [
# Remove this once we bump Pyarrow version
"ignore:Passing a BlockManager to DataFrame is deprecated:DeprecationWarning"
]
addopts = [
"--import-mode=importlib",
]

[tool.ruff]
ignore = ["E501", "E722"]
Expand Down

0 comments on commit 666458e

Please sign in to comment.