Skip to content

Commit

Permalink
MNT: Bump hyriver version libs. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jul 5, 2024
1 parent 432a015 commit 6738127
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dynamic = [
"version",
]
dependencies = [
"async-retriever<0.17,>=0.16",
"async-retriever<0.18,>=0.17",
"cytoolz",
"defusedxml",
"joblib",
Expand Down Expand Up @@ -201,15 +201,16 @@ skip = "__pycache__,_build,.mypy_cache,.git,./htmlcov,.nox,**/us_abbrs.py,cache"
ignore-words-list = "gage,gages,paramss,trough"

[tool.pytest.ini_options]
addopts = "--ignore=noxfile.py -n=auto -v --durations=5"
addopts = "--ignore=noxfile.py --doctest-modules -n=auto -v --durations=5"
doctest_optionflags = 'NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL NUMBER'
filterwarnings = [
"ignore:.*distutils.*",
"ignore:.*--rsyncdir command line argument.*",
"ignore:.*numpy.ndarray size changed.*",
"ignore:.*'cgi' is deprecated.*",
"ignore:.*Calling float on a single element.*",
"ignore:.*Ensure you extract a single element.*",
"ignore:.*Shapely GEOS version.*",
"ignore:.*Deprecated in Pydantic V2.0.*",
]
testpaths = [
"tests",
Expand All @@ -222,15 +223,18 @@ exclude_lines = [
]
ignore_errors = true

[tool.coverage.run]
branch = true
[tool.coverage.paths]
source = [ "src", "*/site-packages" ]
omit = [
"**/__init__.py",
"**/print_versions.py",
]

[tool.coverage.run]
branch = true
parallel = true
source = [
'src/pygeoogc',
"pygeoogc",
]

[tool.pyright]
Expand Down

0 comments on commit 6738127

Please sign in to comment.