mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python311Packages.pvlib: add pythonImportsCheck
This commit is contained in:
@@ -51,6 +51,10 @@ buildPythonPackage rec {
|
||||
requests-mock
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pvlib"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://pvlib-python.readthedocs.io";
|
||||
description = "Simulate the performance of photovoltaic energy systems";
|
||||
|
||||
Reference in New Issue
Block a user