pyodide/test_wheel: make it support modular wheels

This commit is contained in:
Andrej730
2026-08-06 19:13:30 +05:00
parent 47812b2d32
commit e044b865dd
9 changed files with 100 additions and 19 deletions
+5
View File
@@ -30,3 +30,8 @@ since it's pure cmake without any additional moving parts.
- it will produce Python package in `IfcOpenShell/ifcopenshell`
- run `pyodide build`
- it will produce a wheel in `IfcOpenShell/dist`
- testing:
- ensure you're in pyodide environment
- `cd IfcOpenshell/pyodide`
- `./run_pytest.py setup`
- `./run_pytest.py run`