Skip to content

Commit 70e45e3

Browse files
RDWimmerstversteeg
authored andcommitted
test: drop test where basemap is added to figure
1 parent 75eb441 commit 70e45e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
python -m pip install --upgrade pip setuptools
3737
# shellcheck disable=SC2102
38-
pip install .[test] .[map] .[plot]
38+
pip install .[test] .[plot]
3939
4040
- name: Test
4141
run: coverage run -m pytest

tests/gef/test_gef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_bore_cpt_smoke():
6666
"""
6767
gef1 = read_bore(os.path.join(BasePath, "../test_files/example_bore.gef"))
6868
gef2 = read_cpt(os.path.join(BasePath, "../test_files/cpt.gef"))
69-
fig, axes = plotting.plot_merge(gef1, gef2)
69+
fig, axes = plotting.plot_merge(gef1, gef2, basemap=False)
7070
assert isinstance(axes[0], plt.Axes)
7171

7272

0 commit comments

Comments
 (0)