mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
downstream: bonsai pyproject: move pytest deps to requirements-dev.txt
This commit is contained in:
@@ -179,8 +179,7 @@ jobs:
|
|||||||
blender --online-mode --command extension install --enable --sync sun_position
|
blender --online-mode --command extension install --enable --sync sun_position
|
||||||
|
|
||||||
cd IfcOpenShell/src/bonsai
|
cd IfcOpenShell/src/bonsai
|
||||||
pip install pytest-blender
|
pip install -r requirements-dev.txt
|
||||||
pip install pytest-bdd
|
|
||||||
blender --background --python scripts/setup_pytest.py
|
blender --background --python scripts/setup_pytest.py
|
||||||
blender --python-expr "import bonsai; print(bonsai.bbim_semver); import ifcopenshell; print(ifcopenshell.version)" --background
|
blender --python-expr "import bonsai; print(bonsai.bbim_semver); import ifcopenshell; print(ifcopenshell.version)" --background
|
||||||
make test
|
make test
|
||||||
|
|||||||
@@ -18,12 +18,6 @@ dependencies = [
|
|||||||
"ifcopenshell",
|
"ifcopenshell",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
|
||||||
dev = [
|
|
||||||
"pytest-blender",
|
|
||||||
"pytest-bdd",
|
|
||||||
]
|
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "http://bonsaibim.org"
|
Homepage = "http://bonsaibim.org"
|
||||||
Documentation = "https://docs.bonsaibim.org"
|
Documentation = "https://docs.bonsaibim.org"
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
pytest
|
||||||
|
pytest-blender
|
||||||
|
pytest-bdd
|
||||||
Reference in New Issue
Block a user