Skip to content

Commit 960ef6b

Browse files
committed
minor maintenance
1 parent 51fc8bd commit 960ef6b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

doc/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
# documentation root, use os.path.abspath to make it absolute, like shown here.
1212
#
1313
import os
14-
import shutil
1514
import sys
16-
from pathlib import Path
1715

1816
sys.path.insert(0, os.path.abspath("../.."))
1917
import geodatasets # noqa

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ myModule = ["json/providers.json"]
4343

4444
[tool.coverage.run]
4545
omit = ["geodatasets/tests/*"]
46+
47+
[tool.pytest.ini_options]
48+
markers = [
49+
"request: fetching data from remote server",
50+
]

0 commit comments

Comments
 (0)