pusher / pusher-http-python

Pusher Channels HTTP API library for Python
https://pusher.com/docs/server_api_guide
MIT License
376 stars 113 forks source link

Temporary suppress httpretty warnings #150

Closed damdo closed 5 years ago

damdo commented 5 years ago

A dependency used:httpretty throws:

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