Skip to content

Commit

Permalink
test if test passes wo vcr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Jan 20, 2025
1 parent 6d8ace1 commit 4295f6c
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 223,348 deletions.
5 changes: 1 addition & 4 deletions test/accessor/test_sen2.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,18 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

import json
import unittest
from unittest.mock import patch
from unittest.mock import MagicMock

import dask
import dask.array as da
import requests
import pystac
import xarray as xr
import rasterio
import rasterio.session
from xcube.core.mldataset import MultiLevelDataset

from xcube_stac.accessor.sen2 import S3Sentinel2DataAccessor
from ..sampledata import sentinel_2_band_data


class TestS3Sentinel2DataAccessor(unittest.TestCase):
Expand Down

This file was deleted.

Loading

0 comments on commit 4295f6c

Please sign in to comment.