python310Packages.sanic-testing: fix tests

This commit is contained in:
Weijia Wang 2023-05-24 13:15:45 +03:00
parent fdd73b14e8
commit 12aae0c63f

View file

@ -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 = [