python3Packages.aiohttp-remotes: set pytest flags

main
Fabian Affolter 2 years ago
parent a6633d255f
commit 25251762f7
  1. 6
      pkgs/development/python-modules/aiohttp-remotes/default.nix

@ -41,6 +41,12 @@ buildPythonPackage rec {
"aiohttp_remotes"
];
pytestFlagsArray = [
"-W"
"ignore::DeprecationWarning"
"--asyncio-mode=auto"
];
meta = with lib; {
description = "Set of useful tools for aiohttp.web server";
homepage = "https://github.com/wikibusiness/aiohttp-remotes";

Loading…
Cancel
Save