chore(prophet): bump prophet to 1.0.1 (#14228)

This commit is contained in:
Ville Brofeldt
2021-04-20 15:55:55 +03:00
committed by GitHub
parent 0807ab44a5
commit 55bf72aead
4 changed files with 15 additions and 6 deletions

View File

@@ -1241,7 +1241,7 @@ class TestChartApi(SupersetTestCase, ApiOwnersTestCaseMixin, InsertChartMixin):
"""
Chart data API: Ensure prophet post transformation works
"""
pytest.importorskip("fbprophet")
pytest.importorskip("prophet")
self.login(username="admin")
request_payload = get_query_context("birth_names")
time_grain = "P1Y"