python311Packages.pvlib: add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2023-07-07 18:22:42 +02:00
committed by GitHub
parent 804d6dbb72
commit 3f7a3526de

View File

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