File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
tests/integration/examples Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 55"""
66
77import subprocess
8+ import sys
89import tomllib
10+ import zipfile
911from pathlib import Path
1012from tomllib import loads
1113
1214from typer .testing import CliRunner
1315
16+ from cppython .build import build_wheel
1417from cppython .console .schema import ConsoleInterface
1518from cppython .core .schema import ProjectConfiguration
1619from cppython .project import Project
@@ -140,11 +143,6 @@ def test_library(example_runner: CliRunner) -> None:
140143 @staticmethod
141144 def test_extension (example_runner : CliRunner ) -> None :
142145 """Test Python extension module built with cppython.build backend and scikit-build-core"""
143- import sys
144- import zipfile
145-
146- from cppython .build import build_wheel
147-
148146 # This test uses the cppython.build backend which wraps scikit-build-core
149147 # The build backend automatically runs CPPython's provider workflow
150148
You can’t perform that action at this time.
0 commit comments