Skip to content

Commit af1c1b8

Browse files
authored
Merge pull request #154 from pusher/bump-httpretty-remove-warning-suppression
Bump httpretty to 0.9.7, remove isAlive warning suppression
2 parents 7394b89 + be01538 commit af1c1b8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pusher_tests/test_requests_adapter.py

-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ def setUp(self):
1313

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

2220
self.pusher = Pusher.from_url(u'http://key:[email protected]/apps/4')
2321

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ certifi==2019.3.9
33
cffi==1.12.3
44
chardet==3.0.4
55
cryptography==2.6.1
6-
httpretty==0.9.6
6+
httpretty==0.9.7
77
idna==2.8
88
mock==2.0.0
99
ndg-httpsclient==0.5.1

0 commit comments

Comments
 (0)