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:
@@ -18,7 +18,7 @@
|
||||
|
||||
# tests
|
||||
msgpack,
|
||||
pytestCheckHook,
|
||||
pytest7CheckHook,
|
||||
simple-websocket,
|
||||
uvicorn,
|
||||
|
||||
@@ -53,7 +53,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
msgpack
|
||||
pytestCheckHook
|
||||
pytest7CheckHook
|
||||
uvicorn
|
||||
simple-websocket
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user