python3Package.aioftp: disable tests, missing package
This commit is contained in:
parent
aefee8624d
commit
f7c999c912
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue