Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary suppress httpretty warnings #150

Merged
merged 1 commit into from
Jul 29, 2019
Merged

Conversation

damdo
Copy link
Contributor

@damdo damdo commented Jul 26, 2019

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 gabrielfalcao/HTTPretty#368 and here gabrielfalcao/HTTPretty#228

httpretty throws:
- a PendingDeprecationWarning : httpretty/core.py:438: PendingDeprecationWarning: isAlive() is deprecated, use is_alive() instead if t.isAlive():
- a ResourceWarning : httpretty/core.py:485: ResourceWarning: unclosed file <_io.BufferedRandom name=7> self.fd = FakeSockFile()

There already are issues and PRs to fix these:
- gabrielfalcao/HTTPretty#368
- gabrielfalcao/HTTPretty#377

Until they are fixed I'm suppressing them
@damdo damdo merged commit 98fe23e into master Jul 29, 2019
@damdo damdo deleted the fix-httpretty-warnings branch July 29, 2019 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants