Skip to content

Skip NADP live-API tests (module deprecated)#259

Merged
thodson-usgs merged 1 commit intoDOI-USGS:mainfrom
thodson-usgs:fix/skip-nadp-live-tests
May 4, 2026
Merged

Skip NADP live-API tests (module deprecated)#259
thodson-usgs merged 1 commit intoDOI-USGS:mainfrom
thodson-usgs:fix/skip-nadp-live-tests

Conversation

@thodson-usgs
Copy link
Copy Markdown
Collaborator

@thodson-usgs thodson-usgs commented May 4, 2026

Summary

  • The NADP module is deprecated with a removal date of 2026-11-01 (Deprecate nadp module #243).
  • Both tests in tests/nadp_test.py hit the live NADP services and have been intermittently exhausting CI retries.
  • Apply a module-level pytestmark = pytest.mark.skip(...) so they're disabled but the bodies stay around during the deprecation window. Once the module is removed the test file can go with it.

Test plan

  • pytest tests/nadp_test.py reports 2 skipped.
  • CI green.

🤖 Generated with Claude Code

The NADP module is deprecated and scheduled for removal on 2026-11-01
(see DOI-USGS#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>
@thodson-usgs thodson-usgs marked this pull request as ready for review May 4, 2026 17:46
@thodson-usgs thodson-usgs merged commit 40eac2b into DOI-USGS:main May 4, 2026
8 checks passed
@thodson-usgs thodson-usgs deleted the fix/skip-nadp-live-tests branch May 4, 2026 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant