Skip to content

Commit

Permalink
pyproject remove unneeded pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Feb 26, 2023
1 parent bc695e4 commit 907c675
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ ignore_missing_imports = true
strict_optional = false
show_column_numbers = true

[tool.pytest.ini_options]
filterwarnings = [
"error",
"ignore:divide by zero encountered in (divide|double_scalars|true_divide):RuntimeWarning",
"ignore:This function is deprecated.*pyproj:DeprecationWarning",
"ignore:invalid value encountered in (divide|arcsin|true_divide|double_scalars|remainder):RuntimeWarning",
]

[tool.coverage.run]
branch = true
source = ["src/"]
Expand Down

0 comments on commit 907c675

Please sign in to comment.