python3Packages.aiohttp-remotes: set pytest flags

This commit is contained in:
Fabian Affolter 2022-04-25 11:05:58 +02:00
parent a6633d255f
commit 25251762f7

View file

@ -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";