From 4049e1b86c26ecd4f7ea507e8e5ae12a8d73b580 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 21 Jul 2022 14:11:36 +0200 Subject: [PATCH] python3Packages.pyspcwebgw: test in asyncio legacy mode --- pkgs/development/python-modules/pyspcwebgw/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/pyspcwebgw/default.nix b/pkgs/development/python-modules/pyspcwebgw/default.nix index bc11a30334da..b847240869ac 100644 --- a/pkgs/development/python-modules/pyspcwebgw/default.nix +++ b/pkgs/development/python-modules/pyspcwebgw/default.nix @@ -34,6 +34,10 @@ buildPythonPackage rec { pytestCheckHook ]; + pytestFlagsArray = [ + "--asyncio-mode=legacy" + ]; + pythonImportsCheck = [ "pyspcwebgw" ]; meta = with lib; {