python38Packages.httptools: disable tests, no longer on pypi
This commit is contained in:
parent
d8d6cfdf06
commit
3e597721fd
@ -12,6 +12,11 @@ buildPythonPackage rec {
|
|||||||
sha256 = "41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce";
|
sha256 = "41b573cf33f64a8f8f3400d0a7faf48e1888582b6f6e02b82b9bd4f0bf7497ce";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# tests are not included in pypi tarball
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "httptools" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A collection of framework independent HTTP protocol utils";
|
description = "A collection of framework independent HTTP protocol utils";
|
||||||
homepage = "https://github.com/MagicStack/httptools";
|
homepage = "https://github.com/MagicStack/httptools";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user