python3Packages.pytensor: disable benchmarking

This commit is contained in:
Peder Bergebakken Sundt 2025-06-06 01:55:15 +02:00
parent ce6da43147
commit c4ed86cbf7

View file

@ -71,6 +71,8 @@ buildPythonPackage rec {
writableTmpDirAsHomeHook
];
pytestFlagsArray = [ "--benchmark-disable" ];
pythonImportsCheck = [ "pytensor" ];
# Ensure that the installed package is used instead of the source files from the current workdir