Merge pull request #170232 from fabaff/aiohttp-remotes-fix
python3Packages.aiohttp-remotes: set pytest flags
This commit is contained in:
commit
34d2e40416
@ -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…
Reference in New Issue
Block a user