Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/nadp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

import os

import pytest

from dataretrieval import nadp

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


class TestMDNmap:
"""Testing the mercury deposition network map functions.
Expand Down
Loading