Skip to content

Commit 271822d

Browse files
committed
updated tests to remove old types
1 parent be4a1ac commit 271822d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

tests/unit/test_data_callbacks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def __init__(self):
2727

2828
@pytest.mark.parametrize("item_types",
2929
[
30-
'PSScene3Band',
3130
'MOD09GQ',
3231
'MYD09GA',
3332
'REOrthoTile',
@@ -40,7 +39,6 @@ def __init__(self):
4039
'Sentinel1',
4140
'PSScene',
4241
'PSOrthoTile',
43-
'PSScene4Band',
4442
'REScene'
4543
])
4644
def test_item_types_success(item_types):

tests/unit/test_specs.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@
3939
'analytic_sr',
4040
'analytic_sr_udm2',
4141
'analytic_8b_sr_udm2',
42-
'basic_uncalibrated_dn_nitf',
43-
'basic_uncalibrated_dn_nitf_udm2',
4442
'basic_analytic_nitf',
45-
'basic_analytic_nitf_udm2',
4643
'basic_panchromatic',
4744
'basic_panchromatic_dn',
4845
'panchromatic',
@@ -59,9 +56,7 @@
5956
'Sentinel1',
6057
'REOrthoTile',
6158
'PSScene',
62-
'PSScene4Band',
6359
'Landsat8L1G',
64-
'PSScene3Band',
6560
'REScene',
6661
'MOD09GA',
6762
'MYD09GA',

0 commit comments

Comments
 (0)