-
With the recent 3.8.6 release of `aiohttp`, we have started seeing errors such as this with `mocket`:
```
self =
None
connection = Connection
async def start(self, connection: "Connect…
-
This fails because the connection is opened to a proxy URL instead of the specified in the entry
```python
from http import HTTPStatus
import pytest
import requests
from mocket import Mocketiz…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
**Is your feature request related to a problem? Please describe.**
At the moment, the `linkcheck` builder performs individual `request.get` (or similar HTTP request method) operations during linkchec…
-
As of `urlib3` 2.0.0, we are seeing failures such as the following:
```
======================================================================
ERROR: webservice_test (unittest.loader._FailedTest)…
-
We are using httpretty's response body from functions and regexed url matching in order to test timeouts and redirects. I'm not suggesting this is the right way, but haven't figured out how to replica…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. `nix-shell -p python39Packages.geoip2`
### Build log
```
this derivation will be built:
/nix/store/x4qi0gqrfw2sjzss8g73xf77z7kq…
-
We have a real-world systm, where on tcp connect, the server responds first.
Is there a way to setup a "MocketEntry" that is fired on first connect.
The behaviour i have observed is that an entr…
-
Apologies in advance for the lack of a MVCE. We are working on it.
We are seeing the following error.
```
try:
> ssl.load_cert_chain(
…
-
Hi there,
for emulating access to a fake `socket.AF_LORA` socket, we are currently using a highly modified version of `mocket.Mocket`/`mocket.MocketEntry` within a custom `LoRaNetworkFixture`.
h…