downstream: bonsai pyproject: move pytest deps to requirements-dev.txt

This commit is contained in:
Andrej730
2026-07-14 18:41:29 +05:00
parent 79aa36b751
commit d5f7f616f0
3 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -179,8 +179,7 @@ jobs:
blender --online-mode --command extension install --enable --sync sun_position
cd IfcOpenShell/src/bonsai
pip install pytest-blender
pip install pytest-bdd
pip install -r requirements-dev.txt
blender --background --python scripts/setup_pytest.py
blender --python-expr "import bonsai; print(bonsai.bbim_semver); import ifcopenshell; print(ifcopenshell.version)" --background
make test