python312Packages.stringly: drop checkPhase

(cherry picked from commit 51a31a6f40)
This commit is contained in:
Weijia Wang 2024-05-31 12:57:32 +02:00 committed by github-actions[bot]
parent 41c85a1c2b
commit 6d32c2c53c

View File

@ -1,6 +1,5 @@
{
lib,
python,
buildPythonPackage,
fetchPypi,
typing-extensions,
@ -20,10 +19,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [ typing-extensions ];
checkPhase = ''
${python.interpreter} -m unittest
'';
meta = with lib; {
description = "Stringly: Human Readable Object Serialization";
homepage = "https://github.com/evalf/stringly";