Skip to content

Commit

Permalink
Test removing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Feb 1, 2024
1 parent 572ca28 commit a0f09a3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -498,20 +498,8 @@ filterwarnings = [
"ignore::ResourceWarning:asyncio",
# From plotting doctests
"ignore:More than 20 figures have been opened:RuntimeWarning",
# Will be fixed in numba 0.56: https://github.com/numba/numba/issues/7758
"ignore:`np.MachAr` is deprecated:DeprecationWarning:numba",
"ignore:.*urllib3:DeprecationWarning:botocore",
"ignore:Setuptools is replacing distutils.:UserWarning:_distutils_hack",
# https://github.com/PyTables/PyTables/issues/822
"ignore:a closed node found in the registry:UserWarning:tables",
"ignore:`np.object` is a deprecated:DeprecationWarning:tables",
"ignore:tostring:DeprecationWarning:tables",
"ignore:distutils Version classes are deprecated:DeprecationWarning:pandas_datareader",
"ignore:distutils Version classes are deprecated:DeprecationWarning:numexpr",
"ignore:distutils Version classes are deprecated:DeprecationWarning:fastparquet",
"ignore:distutils Version classes are deprecated:DeprecationWarning:fsspec",
# Can be removed once https://github.com/numpy/numpy/pull/24794 is merged
"ignore:.*In the future `np.long` will be defined as.*:FutureWarning",
]
junit_family = "xunit2"
markers = [
Expand Down

0 comments on commit a0f09a3

Please sign in to comment.