Commit fa73a6ee authored by Philipp Arras's avatar Philipp Arras
Browse files

python3Packages.python-socketio: increase test coverage

parent 579e7cc7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -18,11 +18,12 @@

  # tests
  msgpack,
  pytest7CheckHook,
  pytestCheckHook,
  simple-websocket,
  uvicorn,
  redis,
  valkey,
  pytest-asyncio,

}:

@@ -55,11 +56,12 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    msgpack
    pytest7CheckHook
    pytestCheckHook
    uvicorn
    simple-websocket
    redis
    valkey
    pytest-asyncio
  ]
  ++ lib.flatten (lib.attrValues optional-dependencies);