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