Skip to content

Commit 8549715

Browse files
authored
Merge pull request plotly#4755 from plotly/fix-failing-tests
Fix failing tests + remove old test files
2 parents 3719c68 + cae1f81 commit 8549715

12 files changed

+14
-63
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -617,4 +617,3 @@ workflows:
617617
- python_39_percy
618618
- python_312_no_numpy
619619
- build-doc
620-

packages/python/plotly/test_requirements/requirements_310_optional.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ipywidgets==8.0.2
1212
ipykernel==5.5.3
1313
jupyter==1.0.0
1414
scipy==1.11.4
15-
Shapely==1.8.5
16-
geopandas==0.9.0
15+
Shapely==2.0.2
16+
geopandas==0.14.4
1717
pyshp==2.1.3
1818
matplotlib==3.8.0
1919
scikit-image==0.22.0

packages/python/plotly/test_requirements/requirements_311_optional.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ipywidgets==8.0.2
1212
ipykernel==5.5.3
1313
jupyter==1.0.0
1414
scipy==1.11.4
15-
Shapely==1.8.5
16-
geopandas==0.9.0
15+
Shapely==2.0.2
16+
geopandas==0.14.4
1717
pyshp==2.1.3
1818
matplotlib==3.8.0
1919
scikit-image==0.22.0

packages/python/plotly/test_requirements/requirements_312_no_numpy_optional.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ipykernel==5.5.3
1212
jupyter==1.0.0
1313
scipy==1.11.4
1414
Shapely==2.0.2
15-
geopandas==0.14.2
15+
geopandas==0.14.4
1616
pyshp==2.3.1
1717
matplotlib==3.8.2
1818
scikit-image==0.22.0

packages/python/plotly/test_requirements/requirements_312_optional.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ipykernel==5.5.3
1313
jupyter==1.0.0
1414
scipy==1.11.4
1515
Shapely==2.0.2
16-
geopandas==0.14.2
16+
geopandas==0.14.4
1717
pyshp==2.3.1
1818
matplotlib==3.8.2
1919
scikit-image==0.22.0

packages/python/plotly/test_requirements/requirements_36_core.txt

-4
This file was deleted.

packages/python/plotly/test_requirements/requirements_36_optional.txt

-21
This file was deleted.

packages/python/plotly/test_requirements/requirements_37_core.txt

-3
This file was deleted.

packages/python/plotly/test_requirements/requirements_37_optional.txt

-22
This file was deleted.

packages/python/plotly/test_requirements/requirements_38_optional.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ ipywidgets==8.0.2
1212
ipykernel==5.5.3
1313
jupyter==1.0.0
1414
scipy==1.6.2
15-
Shapely==1.7.1
16-
geopandas==0.9.0
15+
Shapely==2.0.2
16+
geopandas==0.13.2
17+
fiona<=1.9.6
1718
pyshp==2.1.3
1819
matplotlib==3.7.3
1920
scikit-image==0.18.1

packages/python/plotly/test_requirements/requirements_39_optional.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ ipywidgets==8.0.2
1212
ipykernel==5.5.3
1313
jupyter==1.0.0
1414
scipy==1.6.2
15-
Shapely==1.7.1
16-
geopandas==0.9.0
15+
Shapely==2.0.2
16+
geopandas==0.13.2
17+
fiona<=1.9.6
1718
pyshp==2.1.3
1819
matplotlib==3.8.0
1920
scikit-image==0.18.1

packages/python/plotly/test_requirements/requirements_39_pandas_2_optional.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ipywidgets==8.0.2
1212
ipykernel==5.5.3
1313
jupyter==1.0.0
1414
scipy==1.6.2
15-
Shapely==1.7.1
16-
geopandas==0.9.0
15+
Shapely==2.0.2
16+
geopandas==0.14.4
1717
pyshp==2.1.3
1818
matplotlib==3.8.0
1919
scikit-image==0.18.1

0 commit comments

Comments
 (0)