Merge pull request #233790 from wegank/sanic-testing-tests

python310Packages.sanic-testing: fix tests
This commit is contained in:
Weijia Wang 2023-05-24 14:32:18 +03:00 committed by GitHub
commit ddda03d21d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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