Skip to content

Commit fc2d7dd

Browse files
committed
ignore unclosed socket for roundup.demo
socket on 127.0.0.1 is left open when process is told to exit.
1 parent 849ac20 commit fc2d7dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ script:
151151
-W "ignore:SelectableGroups:DeprecationWarning"
152152
-W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15"
153153
-W "ignore:'U' mode::docutils.io"
154+
-W "ignore:unclosed:ResourceWarning:roundup.roundup.demo"
154155
-v --maxfail=20 test/ --cov=roundup
155156

156157
after_success:

0 commit comments

Comments
 (0)