python312Packages.emoji: refactor (#376905)

This commit is contained in:
Weijia Wang
2025-02-26 18:44:10 +01:00
committed by GitHub
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
setuptools,
typing-extensions,
pytestCheckHook,
pythonOlder,
}:
@@ -24,8 +23,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [ typing-extensions ];
nativeCheckInputs = [ pytestCheckHook ];
disabledTests = [ "test_emojize_name_only" ];