python3Packages.python-socketio: pin to older pytest

The test are very async heavy, but don't declare async markers, which
breaks with pytest 8.4.
This commit is contained in:
Martin Weinelt
2025-08-09 19:05:05 +02:00
parent cd12b83a51
commit aa1dc2cfa4
@@ -18,7 +18,7 @@
# tests
msgpack,
pytestCheckHook,
pytest7CheckHook,
simple-websocket,
uvicorn,
@@ -53,7 +53,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
msgpack
pytestCheckHook
pytest7CheckHook
uvicorn
simple-websocket
]