From 12aae0c63fa2f02e6831a1316f95e127133f9d9a Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Wed, 24 May 2023 13:15:45 +0300 Subject: [PATCH] python310Packages.sanic-testing: fix tests --- pkgs/development/python-modules/sanic-testing/tests.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/sanic-testing/tests.nix b/pkgs/development/python-modules/sanic-testing/tests.nix index a8871c0b513..7c2b94d9590 100644 --- a/pkgs/development/python-modules/sanic-testing/tests.nix +++ b/pkgs/development/python-modules/sanic-testing/tests.nix @@ -1,5 +1,4 @@ { buildPythonPackage -, sanic , sanic-testing , pytest-asyncio , pytestCheckHook @@ -10,6 +9,7 @@ buildPythonPackage { inherit (sanic-testing) version; src = sanic-testing.testsout; + format = "other"; dontBuild = true; dontInstall = true; @@ -17,7 +17,7 @@ buildPythonPackage { nativeCheckInputs = [ pytest-asyncio pytestCheckHook - sanic + sanic-testing ]; pythonImportsCheck = [