We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc695e4 commit 907c675Copy full SHA for 907c675
pyproject.toml
@@ -45,14 +45,6 @@ ignore_missing_imports = true
45
strict_optional = false
46
show_column_numbers = true
47
48
-[tool.pytest.ini_options]
49
-filterwarnings = [
50
- "error",
51
- "ignore:divide by zero encountered in (divide|double_scalars|true_divide):RuntimeWarning",
52
- "ignore:This function is deprecated.*pyproj:DeprecationWarning",
53
- "ignore:invalid value encountered in (divide|arcsin|true_divide|double_scalars|remainder):RuntimeWarning",
54
-]
55
-
56
[tool.coverage.run]
57
branch = true
58
source = ["src/"]
0 commit comments