Skip to content

Commit

Permalink
try this version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Dec 11, 2023
1 parent fb2ba18 commit ddee2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ ignore = "D100,D102,D104,D105,D106,D107,D203,D204,D213,D413"
[tool.pytest.ini_options]
doctest_optionflags = "NORMALIZE_WHITESPACE NUMBER"
addopts = " --cov=opera_utils --doctest-modules --randomly-seed=1234 --ignore=scripts --ignore=docs"
filterwarnings = ["ignore::UserWarning:h5py is running against HDF5.*", "error"]
filterwarnings = ["error", "ignore:h5py is running against HDF5.*:UserWarning"]

0 comments on commit ddee2ff

Please sign in to comment.