nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

+2 -2
+2 -2
pkgs/development/python-modules/python-socketio/default.nix
··· 18 18 19 19 # tests 20 20 msgpack, 21 - pytestCheckHook, 21 + pytest7CheckHook, 22 22 simple-websocket, 23 23 uvicorn, 24 24 ··· 53 53 54 54 nativeCheckInputs = [ 55 55 msgpack 56 - pytestCheckHook 56 + pytest7CheckHook 57 57 uvicorn 58 58 simple-websocket 59 59 ]