Skip to content

Commit 0d0aab4

Browse files
authored
remove psm3 xfail marker (#1107)
1 parent aa1635b commit 0d0aab4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pvlib/tests/iotools/test_psm3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def test_get_psm3_singleyear(nrel_api_key):
9393

9494
@pytest.mark.remote_data
9595
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
96-
@pytest.mark.xfail(strict=True, reason='github 1091')
9796
def test_get_psm3_5min(nrel_api_key):
9897
"""test get_psm3 for 5-minute data"""
9998
header, data = psm3.get_psm3(LATITUDE, LONGITUDE, nrel_api_key,

0 commit comments

Comments
 (0)