Merge pull request #153870 from jonringer/charest-tests

This commit is contained in:
Artturi
2023-01-07 05:07:06 +02:00
committed by GitHub
@@ -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/";