Skip to content

Commit b7a5287

Browse files
committed
fix
1 parent d9ceb20 commit b7a5287

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ testpaths = ["tests"]
310310
pythonpath = ["."]
311311

312312
[tool.coverage]
313+
core = ctrace
313314
plugins = "Cython.Coverage"
314315

315316
[tool.coverage.paths]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def repair_windows_wheel(self, wheel: Path, dest_dir: Path):
349349
"""opens windows wheels in target folder and moves all DLLs files inside
350350
subdirectories of the wheel to the root one (where wrapper is expected)"""
351351

352-
from delocate.wheeltools import InWheel # noqa : I001, PLC0415
352+
from delocate.wheeltools import InWheel # noqa : PLC0415
353353

354354
# we're only interested in windows wheels
355355
if not re.match(r"libzim-.+-win_.+", wheel.stem):

0 commit comments

Comments
 (0)