mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
python3Packages.aiohttp-remotes: set pytest flags
This commit is contained in:
parent
a6633d255f
commit
25251762f7
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue