Skip to content

Commit

Permalink
[CI] Ignore deprecation warning from aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Oct 12, 2023
1 parent 96d09e1 commit d20f7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ build-dir = doc/_build
addopts = --ignore=scripts
filterwarnings =
error:The SparseDataFrame:FutureWarning
ignore:Setting custom ClientSession:DeprecationWarning:aiohttp
# Get a debug traceback when a test takes a really long time
faulthandler_timeout = 300

Expand Down

0 comments on commit d20f7c9

Please sign in to comment.