paperless-ngx: test channels in asyncio auto mode

This commit is contained in:
Robert Schütz 2022-11-19 20:56:28 -08:00
parent b25eb3a000
commit 613ab461ba

View file

@ -64,6 +64,7 @@ let
sha256 = "sha256-bKrPLbD9zG7DwIYBst1cb+zkDsM8B02wh3D80iortpw=";
};
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [ self.daphne ];
pytestFlagsArray = [ "--asyncio-mode=auto" ];
});
daphne = super.daphne.overridePythonAttrs (oldAttrs: rec {