wkeeling / ratelimitingfilter

A filter for the Python logging system that can rate-limit the throughput of messages
MIT License
36 stars 12 forks source link

Use GitHub Actions for running tests & deployment #11

Open wkeeling opened 2 years ago

wkeeling commented 2 years ago

This project used to use Travis for CI, but should now be converted to use GitHub actions for running tests and deployment to PyPI.

cheshennull commented 7 months ago

Hey, because the project: https://github.com/wkeeling/selenium-wire is archived, I can't file an issue, so I'm here to remind you, sorry. Works on windows 10 + python 3.8 My code is: def intercept_request(self, request): if 'www.google.com' in request.url: del self.driver.request_interceptor del self.driver.requests self.driver.quit() exit() When he finished executing and exited, he encountered a problem:

E:\python38\lib\asyncio\base_events.py:641: RuntimeWarning: coroutine 'Master._shutdown' was never awaited self._ready.clear() RuntimeWarning: Enable tracemalloc to get the object allocation traceback