mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python310Packages.sanic-testing: fix tests
This commit is contained in:
parent
fdd73b14e8
commit
12aae0c63f
@ -1,5 +1,4 @@
|
|||||||
{ buildPythonPackage
|
{ buildPythonPackage
|
||||||
, sanic
|
|
||||||
, sanic-testing
|
, sanic-testing
|
||||||
, pytest-asyncio
|
, pytest-asyncio
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
@ -10,6 +9,7 @@ buildPythonPackage {
|
|||||||
inherit (sanic-testing) version;
|
inherit (sanic-testing) version;
|
||||||
|
|
||||||
src = sanic-testing.testsout;
|
src = sanic-testing.testsout;
|
||||||
|
format = "other";
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
dontInstall = true;
|
dontInstall = true;
|
||||||
@ -17,7 +17,7 @@ buildPythonPackage {
|
|||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
sanic
|
sanic-testing
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user