Skip to content

Commit 40eac2b

Browse files
thodson-usgsclaude
andauthored
Skip NADP live-API tests (module deprecated) (#259)
The NADP module is deprecated and scheduled for removal on 2026-11-01 (see #243). Both tests in this file hit the live NADP services and have been intermittently exhausting CI retries. Skip them via `pytestmark` rather than deleting, so the test bodies remain available if needed during the deprecation window. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent aa399be commit 40eac2b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/nadp_test.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
import os
44

5+
import pytest
6+
57
from dataretrieval import nadp
68

9+
pytestmark = pytest.mark.skip(
10+
reason="NADP module deprecated; removal scheduled 2026-11-01. "
11+
"Tests hit live NADP services and were causing CI flakes."
12+
)
13+
714

815
class TestMDNmap:
916
"""Testing the mercury deposition network map functions.

0 commit comments

Comments
 (0)