Skip to content

Commit 53ca484

Browse files
committed
Simplify tests
1 parent 38fbc0c commit 53ca484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/iotools/test_pvgis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def test_get_pvgis_tmy_error():
537537

538538
@pytest.mark.remote_data
539539
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
540-
def test_get_pvgis_tmy_basic(expected, meta_expected):
540+
def test_get_pvgis_tmy_basic():
541541
# Test that a specific error message is raised when outputformat='basic'
542542
err_msg = ("outputformat='basic' is no longer supported by pvlib, "
543543
"please use outputformat='csv' instead.")

0 commit comments

Comments
 (0)