python3Package.aioftp: disable tests, missing package

This commit is contained in:
Jonathan Ringer 2020-06-20 09:59:50 -07:00 committed by Jon
parent aefee8624d
commit f7c999c912

View File

@ -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";