Skip to content

Commit 3382c7e

Browse files
authored
Merge pull request #157 from pllim/unignore-ginga-ioloop
MNT: Un-ignore ioloop DeprecationWarning from Ginga
2 parents cc9d9e9 + 907fb05 commit 3382c7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ filterwarnings =
1313
ignore:zmq\.eventloop\.ioloop is deprecated in pyzmq 17:DeprecationWarning
1414
ignore:Widget.* is deprecated:DeprecationWarning
1515
ignore:Marker set named:UserWarning
16-
# https://github.com/ejeschke/ginga/issues/1033
17-
ignore:There is no current event loop:DeprecationWarning
1816

1917
[flake8]
2018
# E501: line too long

0 commit comments

Comments
 (0)