Skip to content

Repair tests #1761

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.7", "3.11"]
python-version: ["3.8", "3.11"]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_code_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
shell: bash -l {0}
run: |
micromamba activate TEST
python -m pytest --nbval-lax examples
python -m pytest --nbval-lax examples --ignore=examples/WmsTimeDimension.ipynb
381 changes: 174 additions & 207 deletions examples/Features.ipynb

Large diffs are not rendered by default.

444 changes: 357 additions & 87 deletions examples/GeoJsonPopupAndTooltip.ipynb

Large diffs are not rendered by default.

457 changes: 422 additions & 35 deletions examples/plugin-Search.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
altair
altair>=5.0.0
cartopy
check-manifest
descartes
Expand Down