python3Packages.ifcopenshell.tests: fix the eval (#347439)
This commit is contained in:
commit
133563a13c
@ -41,6 +41,7 @@
|
||||
shapely,
|
||||
typing-extensions,
|
||||
## additional deps for tests
|
||||
ifcopenshell,
|
||||
lxml,
|
||||
mathutils,
|
||||
networkx,
|
||||
@ -182,7 +183,10 @@ buildPythonPackage rec {
|
||||
passthru = {
|
||||
updateScript = gitUpdater { rev-prefix = "ifcopenshell-python-"; };
|
||||
tests = {
|
||||
version = testers.testVersion { command = "IfcConvert --version"; };
|
||||
version = testers.testVersion {
|
||||
command = "IfcConvert --version";
|
||||
package = ifcopenshell;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user