Skip to content

Commit

Permalink
Remove obsolete pytest filterwarnings (rapidsai#1241)
Browse files Browse the repository at this point in the history
Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - Mads R. B. Kristensen (https://github.com/madsbk)

URL: rapidsai#1241
  • Loading branch information
pentschev authored Sep 26, 2023
1 parent ec80f97 commit 8f1840f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,8 @@ skip = [
filterwarnings = [
"error::DeprecationWarning",
"error::FutureWarning",
"ignore::DeprecationWarning:pkg_resources",
"ignore:distutils Version classes are deprecated.*:DeprecationWarning:",
# tornado 6.2, remove when dask/distributed#6669 is fixed
"ignore:clear_current is deprecated:DeprecationWarning:",
"ignore:make_current is deprecated:DeprecationWarning:",
# remove after https://github.com/rapidsai/dask-cuda/issues/1087 is closed
"ignore:There is no current event loop:DeprecationWarning:tornado",
# remove after unpinning Dask/Distributed 2023.3.2
"ignore:.*np.bool.*:DeprecationWarning:",
]

[tool.setuptools]
Expand Down

0 comments on commit 8f1840f

Please sign in to comment.