Skip to content

Commit 6738127

Browse files
author
Taher Chegini
committed
MNT: Bump hyriver version libs. [skip ci]
1 parent 432a015 commit 6738127

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

pyproject.toml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dynamic = [
3636
"version",
3737
]
3838
dependencies = [
39-
"async-retriever<0.17,>=0.16",
39+
"async-retriever<0.18,>=0.17",
4040
"cytoolz",
4141
"defusedxml",
4242
"joblib",
@@ -201,15 +201,16 @@ skip = "__pycache__,_build,.mypy_cache,.git,./htmlcov,.nox,**/us_abbrs.py,cache"
201201
ignore-words-list = "gage,gages,paramss,trough"
202202

203203
[tool.pytest.ini_options]
204-
addopts = "--ignore=noxfile.py -n=auto -v --durations=5"
204+
addopts = "--ignore=noxfile.py --doctest-modules -n=auto -v --durations=5"
205205
doctest_optionflags = 'NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL NUMBER'
206206
filterwarnings = [
207207
"ignore:.*distutils.*",
208208
"ignore:.*--rsyncdir command line argument.*",
209209
"ignore:.*numpy.ndarray size changed.*",
210210
"ignore:.*'cgi' is deprecated.*",
211-
"ignore:.*Calling float on a single element.*",
211+
"ignore:.*Ensure you extract a single element.*",
212212
"ignore:.*Shapely GEOS version.*",
213+
"ignore:.*Deprecated in Pydantic V2.0.*",
213214
]
214215
testpaths = [
215216
"tests",
@@ -222,15 +223,18 @@ exclude_lines = [
222223
]
223224
ignore_errors = true
224225

225-
[tool.coverage.run]
226-
branch = true
226+
[tool.coverage.paths]
227+
source = [ "src", "*/site-packages" ]
227228
omit = [
228229
"**/__init__.py",
229230
"**/print_versions.py",
230231
]
232+
233+
[tool.coverage.run]
234+
branch = true
231235
parallel = true
232236
source = [
233-
'src/pygeoogc',
237+
"pygeoogc",
234238
]
235239

236240
[tool.pyright]

0 commit comments

Comments
 (0)