Skip to content

Commit

Permalink
test(*) ignore zarc ssl issue on github
Browse files Browse the repository at this point in the history
.
  • Loading branch information
jpn-geo6 committed Dec 20, 2023
1 parent 0c85265 commit dcd7141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions geosyspy/geosys.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ def get_planted_area_analytics(self,
# if task successfully completed, get latests metrics from analytics fabric
return self.__analytics_fabric_service.get_lastest_metrics(sf_unique_id, schema)


def get_zarc_analytics(self,
start_date_emergence: str,
end_date_emergence: str,
Expand Down
3 changes: 2 additions & 1 deletion tests/test_int_geosys.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,9 @@ def test_get_brazil_crop_id_analytics(self):
assert dataset.keys()[-1] == 'Schema.Id'
assert dataset.values[0][-1] == 'CROP_IDENTIFICATION'

@pytest.mark.skip(reason="soucis SSL dans github")
def test_get_zarc_analytics(self):
dataset = self.prod_client.get_zarc_analytics(
dataset = self.client.get_zarc_analytics(
start_date_emergence="2022-01-15",
end_date_emergence="2022-05-31",
nb_days_sowing_emergence=20,
Expand Down

0 comments on commit dcd7141

Please sign in to comment.