Closed damdo closed 5 years ago
A dependency used:httpretty throws:
httpretty
PendingDeprecationWarning
httpretty/core.py:438: PendingDeprecationWarning: isAlive() is deprecated, use is_alive() instead if t.isAlive():
ResourceWarning
httpretty/core.py:485: ResourceWarning: unclosed file <_io.BufferedRandom name=7> self.fd = FakeSockFile()
There already are issues and PRs to fix these:
Until they are fixed I'm suppressing them as they are noisy and might break or hang CI pipelines as suggested here https://github.com/gabrielfalcao/HTTPretty/issues/368 and here https://github.com/gabrielfalcao/HTTPretty/issues/228
A dependency used:
httpretty
throws:PendingDeprecationWarning
:httpretty/core.py:438: PendingDeprecationWarning: isAlive() is deprecated, use is_alive() instead if t.isAlive():
ResourceWarning
:httpretty/core.py:485: ResourceWarning: unclosed file <_io.BufferedRandom name=7> self.fd = FakeSockFile()
There already are issues and PRs to fix these:
Until they are fixed I'm suppressing them as they are noisy and might break or hang CI pipelines as suggested here https://github.com/gabrielfalcao/HTTPretty/issues/368 and here https://github.com/gabrielfalcao/HTTPretty/issues/228