Skip to content

Commit 3ac8631

Browse files
authored
Ignore numpy bool8 deprecation (#7423)
Fixes #7422 Fixed upstream in bokeh/bokeh#12689 This is killing CI right now. A PR is submitted upstream. We should revert that once that change is released.
1 parent 73e0668 commit 3ac8631

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ filterwarnings =
8989
ignore:(?s)Exception ignored in. <function Client\.__del__.*RuntimeError. IOLoop is closed:pytest.PytestUnraisableExceptionWarning
9090
ignore:notifyAll\(\) is deprecated, use notify_all\(\) instead:DeprecationWarning:paramiko
9191
ignore:setDaemon\(\) is deprecated, set the daemon attribute instead:DeprecationWarning:paramiko
92+
ignore:`np.bool8` is a deprecated alias for `np.bool_`
9293
minversion = 6
9394
markers =
9495
ci1: marks tests as belonging to 1 out of 2 partitions to run on CI ('-m "not ci1"' for second partition)

0 commit comments

Comments
 (0)