mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
Merge pull request #233790 from wegank/sanic-testing-tests
python310Packages.sanic-testing: fix tests
This commit is contained in:
commit
ddda03d21d
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user