File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : checkout repo
30- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3131
3232 - name : setup micromamba
3333 uses : mamba-org/provision-with-micromamba@main
Original file line number Diff line number Diff line change 1111# documentation root, use os.path.abspath to make it absolute, like shown here.
1212#
1313import os
14- import shutil
1514import sys
16- from pathlib import Path
1715
1816sys .path .insert (0 , os .path .abspath ("../.." ))
1917import geodatasets # noqa
Original file line number Diff line number Diff line change @@ -43,3 +43,8 @@ myModule = ["json/providers.json"]
4343
4444[tool .coverage .run ]
4545omit = [" geodatasets/tests/*" ]
46+
47+ [tool .pytest .ini_options ]
48+ markers = [
49+ " request: fetching data from remote server" ,
50+ ]
You can’t perform that action at this time.
0 commit comments