Skip to content

Commit

Permalink
Merge pull request #154 from pusher/bump-httpretty-remove-warning-sup…
Browse files Browse the repository at this point in the history
…pression

Bump httpretty to 0.9.7, remove isAlive warning suppression
  • Loading branch information
damdo committed Oct 28, 2019
2 parents 7394b89 + be01538 commit af1c1b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pusher_tests/test_requests_adapter.py
Expand Up @@ -13,11 +13,9 @@ def setUp(self):

# temporary ignoring warnings until these are sorted:
# https://github.com/gabrielfalcao/HTTPretty/issues/368
# https://github.com/gabrielfalcao/HTTPretty/pull/377
if sys.version_info[0] >= 3:
import warnings
warnings.filterwarnings("ignore", category=ResourceWarning, message="unclosed file <_io.BufferedRandom name*")
warnings.filterwarnings("ignore", category=PendingDeprecationWarning, message="isAlive*")

self.pusher = Pusher.from_url(u'http://key:secret@api.pusherapp.com/apps/4')

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -3,7 +3,7 @@ certifi==2019.3.9
cffi==1.12.3
chardet==3.0.4
cryptography==2.6.1
httpretty==0.9.6
httpretty==0.9.7
idna==2.8
mock==2.0.0
ndg-httpsclient==0.5.1
Expand Down

0 comments on commit af1c1b8

Please sign in to comment.