Skip to content

Commit

Permalink
add geopandas
Browse files Browse the repository at this point in the history
  • Loading branch information
blackary committed Oct 26, 2023
1 parent 56131bc commit 1605d52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
streamlit>=1.13.0
folium>=0.13
jinja2
branca
branca
geopandas
3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ streamlit>1.11.1
pytest>=7.1.2
folium>=0.13
pytest-playwright
pytest-rerunfailures
pytest-rerunfailures
geopandas
1 change: 1 addition & 0 deletions tests/test_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,5 +238,6 @@ def test_responsiveness(page: Page):

def test_geojson_styles(page: Page):
page.get_by_role("link", name="geojson styles").click()

page.get_by_role("button", name="Show generated code").click()

Check failure on line 242 in tests/test_frontend.py

View workflow job for this annotation

GitHub Actions / build (3.8)

test_geojson_styles[chromium] playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded. =========================== logs =========================== waiting for get_by_role("button", name="Show generated code") ============================================================

Check failure on line 242 in tests/test_frontend.py

View workflow job for this annotation

GitHub Actions / build (3.8)

test_geojson_styles[chromium] playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded. =========================== logs =========================== waiting for get_by_role("button", name="Show generated code") ============================================================

Check failure on line 242 in tests/test_frontend.py

View workflow job for this annotation

GitHub Actions / build (3.8)

test_geojson_styles[chromium] playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded. =========================== logs =========================== waiting for get_by_role("button", name="Show generated code") ============================================================

Check failure on line 242 in tests/test_frontend.py

View workflow job for this annotation

GitHub Actions / build (3.8)

test_geojson_styles[chromium] playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded. =========================== logs =========================== waiting for get_by_role("button", name="Show generated code") ============================================================

Check failure on line 242 in tests/test_frontend.py

View workflow job for this annotation

GitHub Actions / build (3.10)

test_geojson_styles[chromium] playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded. =========================== logs =========================== waiting for get_by_role("button", name="Show generated code") ============================================================

Check failure on line 242 in tests/test_frontend.py

View workflow job for this annotation

GitHub Actions / build (3.10)

test_geojson_styles[chromium] playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded. =========================== logs =========================== waiting for get_by_role("button", name="Show generated code") ============================================================

Check failure on line 242 in tests/test_frontend.py

View workflow job for this annotation

GitHub Actions / build (3.11)

test_geojson_styles[chromium] playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded. =========================== logs =========================== waiting for get_by_role("button", name="Show generated code") ============================================================

Check failure on line 242 in tests/test_frontend.py

View workflow job for this annotation

GitHub Actions / build (3.11)

test_geojson_styles[chromium] playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded. =========================== logs =========================== waiting for get_by_role("button", name="Show generated code") ============================================================
expect(page.get_by_text('"fillOpacity"')).to_be_visible()

0 comments on commit 1605d52

Please sign in to comment.