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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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