From 68df9ce9b0fa226590f4863f43ac5fd388189f86 Mon Sep 17 00:00:00 2001 From: Karan Date: Tue, 2 Jul 2024 06:39:24 -0700 Subject: [PATCH] tests(deploys): use a stable version of html tools instead of main branch (#1483) --- .../playwright/deploys/express-accordion/app_requirements.txt | 3 +-- .../playwright/deploys/express-dataframe/app_requirements.txt | 2 +- tests/playwright/deploys/express-folium/app_requirements.txt | 2 +- .../deploys/express-page_default/app_requirements.txt | 2 +- .../deploys/express-page_fillable/app_requirements.txt | 2 +- .../playwright/deploys/express-page_fluid/app_requirements.txt | 2 +- .../deploys/express-page_sidebar/app_requirements.txt | 2 +- tests/playwright/deploys/plotly/app_requirements.txt | 2 +- .../deploys/shiny-client-console-error/app_requirements.txt | 2 +- 9 files changed, 9 insertions(+), 10 deletions(-) diff --git a/tests/playwright/deploys/express-accordion/app_requirements.txt b/tests/playwright/deploys/express-accordion/app_requirements.txt index 03309f726..e09d417b0 100644 --- a/tests/playwright/deploys/express-accordion/app_requirements.txt +++ b/tests/playwright/deploys/express-accordion/app_requirements.txt @@ -1,2 +1 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools - +htmltools diff --git a/tests/playwright/deploys/express-dataframe/app_requirements.txt b/tests/playwright/deploys/express-dataframe/app_requirements.txt index 802c79e6c..fe0e96905 100644 --- a/tests/playwright/deploys/express-dataframe/app_requirements.txt +++ b/tests/playwright/deploys/express-dataframe/app_requirements.txt @@ -1,3 +1,3 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools pandas diff --git a/tests/playwright/deploys/express-folium/app_requirements.txt b/tests/playwright/deploys/express-folium/app_requirements.txt index 27347d1c8..0342f05fd 100644 --- a/tests/playwright/deploys/express-folium/app_requirements.txt +++ b/tests/playwright/deploys/express-folium/app_requirements.txt @@ -1,3 +1,3 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools folium diff --git a/tests/playwright/deploys/express-page_default/app_requirements.txt b/tests/playwright/deploys/express-page_default/app_requirements.txt index 03309f726..ff9c64288 100644 --- a/tests/playwright/deploys/express-page_default/app_requirements.txt +++ b/tests/playwright/deploys/express-page_default/app_requirements.txt @@ -1,2 +1,2 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools diff --git a/tests/playwright/deploys/express-page_fillable/app_requirements.txt b/tests/playwright/deploys/express-page_fillable/app_requirements.txt index 87a253e09..e09d417b0 100644 --- a/tests/playwright/deploys/express-page_fillable/app_requirements.txt +++ b/tests/playwright/deploys/express-page_fillable/app_requirements.txt @@ -1 +1 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools diff --git a/tests/playwright/deploys/express-page_fluid/app_requirements.txt b/tests/playwright/deploys/express-page_fluid/app_requirements.txt index 03309f726..ff9c64288 100644 --- a/tests/playwright/deploys/express-page_fluid/app_requirements.txt +++ b/tests/playwright/deploys/express-page_fluid/app_requirements.txt @@ -1,2 +1,2 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools diff --git a/tests/playwright/deploys/express-page_sidebar/app_requirements.txt b/tests/playwright/deploys/express-page_sidebar/app_requirements.txt index 03309f726..ff9c64288 100644 --- a/tests/playwright/deploys/express-page_sidebar/app_requirements.txt +++ b/tests/playwright/deploys/express-page_sidebar/app_requirements.txt @@ -1,2 +1,2 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools diff --git a/tests/playwright/deploys/plotly/app_requirements.txt b/tests/playwright/deploys/plotly/app_requirements.txt index b462d0a64..ee8efdb25 100644 --- a/tests/playwright/deploys/plotly/app_requirements.txt +++ b/tests/playwright/deploys/plotly/app_requirements.txt @@ -1,5 +1,5 @@ pandas plotly -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools git+https://github.com/posit-dev/py-shinywidgets.git#egg=shinywidgets diff --git a/tests/playwright/deploys/shiny-client-console-error/app_requirements.txt b/tests/playwright/deploys/shiny-client-console-error/app_requirements.txt index 03309f726..ff9c64288 100644 --- a/tests/playwright/deploys/shiny-client-console-error/app_requirements.txt +++ b/tests/playwright/deploys/shiny-client-console-error/app_requirements.txt @@ -1,2 +1,2 @@ -git+https://github.com/posit-dev/py-htmltools.git#egg=htmltools +htmltools