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