python3Packages.ifcopenshell.tests: fix the eval (#347439)

This commit is contained in:
Sandro 2024-10-09 16:22:49 +02:00 committed by GitHub
commit 133563a13c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};
};
};