mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #153870 from jonringer/charest-tests
This commit is contained in:
commit
3d378c4439
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user