python38Packages.httptools: disable tests, no longer on pypi

This commit is contained in:
Jonathan Ringer 2020-06-08 11:49:31 -07:00 committed by Frederik Rietdijk
parent d8d6cfdf06
commit 3e597721fd

View File

@ -12,6 +12,11 @@ buildPythonPackage rec {
sha256 = "41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce";
};
# tests are not included in pypi tarball
doCheck = false;
pythonImportsCheck = [ "httptools" ];
meta = with lib; {
description = "A collection of framework independent HTTP protocol utils";
homepage = "https://github.com/MagicStack/httptools";