mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.pytensor: disable benchmarking
This commit is contained in:
parent
ce6da43147
commit
c4ed86cbf7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue