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
commit 3d378c4439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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