Commit 38ddf5a4 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.ripe-atlas-cousteau: adjust python-socketio input

parent 9c8472b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ buildPythonPackage rec {
    python-dateutil
    requests
    python-socketio
  ];
  ] ++ python-socketio.optional-dependencies.client;

  checkInputs = [
    pytestCheckHook