Closed
Description
Is your feature request related to a problem? Please describe.
came up in #866 see this comment but related to most PR and testing in general - due to NREL PSM3 throttle limits for the DEMO key the CI's frequently fail
Describe the solution you'd like
obtain a dedicated API key from NREL developer network and upload it to Azure pipelines as a secret variable, ditto for Travis, then for testing, get this from os.environ[<PVLIB TEST NREL API KEY>]
and use it instead of the DEMO key which has severe throttle limits and is shared by everyone
Describe alternatives you've considered
just live with the test failures, or skip theses tests from the CI's
Additional context
Add any other context or screenshots about the feature request here.