Merge pull request #170232 from fabaff/aiohttp-remotes-fix

python3Packages.aiohttp-remotes: set pytest flags
This commit is contained in:
Fabian Affolter 2022-04-25 14:36:22 +02:00 committed by GitHub
commit 34d2e40416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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