Skip to content

Commit

Permalink
fdsn massdownloader: all tests are mocked so can be run w/o network
Browse files Browse the repository at this point in the history
  • Loading branch information
megies committed Oct 19, 2022
1 parent c861c8c commit 89524af
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions obspy/clients/fdsn/tests/test_mass_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import unittest
from unittest import mock

import pytest

from http.client import HTTPException

import numpy as np
Expand All @@ -39,9 +37,6 @@
Channel, TimeInterval, Station, STATUS, ClientDownloadHelper)


pytestmark = pytest.mark.network


class DomainTestCase(unittest.TestCase):
"""
Test case for the domain definitions.
Expand Down

0 comments on commit 89524af

Please sign in to comment.