We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fbc0c commit 53ca484Copy full SHA for 53ca484
tests/iotools/test_pvgis.py
@@ -537,7 +537,7 @@ def test_get_pvgis_tmy_error():
537
538
@pytest.mark.remote_data
539
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
540
-def test_get_pvgis_tmy_basic(expected, meta_expected):
+def test_get_pvgis_tmy_basic():
541
# Test that a specific error message is raised when outputformat='basic'
542
err_msg = ("outputformat='basic' is no longer supported by pvlib, "
543
"please use outputformat='csv' instead.")
0 commit comments