pytest-socket icon indicating copy to clipboard operation
pytest-socket copied to clipboard

Pytest Plugin to disable socket calls during tests

Results 39 pytest-socket issues
Sort by recently updated
recently updated
newest added

Bumps [starlette](https://github.com/encode/starlette) from 0.37.1 to 0.37.2. Release notes Sourced from starlette's releases. Version 0.37.2 Added Add bytes to _RequestData type #2510. Fixed Revert "Turn scope["client"] to None on TestClient (#2377)"...

dependencies
python

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.1.0. Release notes Sourced from pytest's releases. 8.1.0 pytest 8.1.0 (2024-03-03) Features #11475: Added the new consider_namespace_packages{.interpreted-text role="confval"} configuration option, defaulting to False. If set...

dependencies
python

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.2 to 7.4.3. Changelog Sourced from coverage's changelog. Version 7.4.3 — 2024-02-23 Fix: in some cases, coverage could fail with a RuntimeError: "Set changed size during iteration."...

dependencies
python

I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...

Version 0.6 broke our testing pipelines, because it "upgraded" hostnames to IP addresses, but didn't also upgrade the hostname passed in via arguments. This patch resolves this by also resolving...

more-info-needed

Using the library with a multiprocessing test runner (e.g. Django's `manage.py test --parallel`) results in the socket exceptions raising a `TypeError` during deserialization. I propose making the exceptions pickealable by...

This is an alternative (simpler) implementation of the feature proposed in #73.

Hello @miketheman. For our usage, we would like to set at invoke time the allowed host thorugh environment variables, to allow access to docker-compose's redis and postgres. Would that something...

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.3 to 7.5.4. Changelog Sourced from coverage's changelog. Version 7.5.4 — 2024-06-22 If you attempt to combine statement coverage data with branch coverage data, coverage.py used to...

dependencies
python