python3Package.aioftp: disable tests, missing package
This commit is contained in:
parent
aefee8624d
commit
f7c999c912
@ -27,10 +27,13 @@ buildPythonPackage rec {
|
|||||||
async-timeout
|
async-timeout
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = false; # requires siosocks, not packaged yet
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest
|
pytest
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "aioftp" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Ftp client/server for asyncio";
|
description = "Ftp client/server for asyncio";
|
||||||
homepage = "https://github.com/aio-libs/aioftp";
|
homepage = "https://github.com/aio-libs/aioftp";
|
||||||
|
Loading…
Reference in New Issue
Block a user