python3Packages.charset-normalizer: add downstream tests

This commit is contained in:
Jonathan Ringer 2022-01-07 09:04:27 -08:00 committed by Artturin
parent 398bad9c8f
commit d74e0d32bd

View file

@ -3,6 +3,10 @@
, fetchFromGitHub
, pytestCheckHook
, pythonOlder
# popular downstream dependencies
, aiohttp
, requests
}:
buildPythonPackage rec {
@ -32,6 +36,8 @@ buildPythonPackage rec {
"charset_normalizer"
];
passthru.tests = { inherit aiohttp requests; };
meta = with lib; {
description = "Python module for encoding and language detection";
homepage = "https://charset-normalizer.readthedocs.io/";