python312Packages.stringly: drop checkPhase

This commit is contained in:
Weijia Wang 2024-05-31 12:57:32 +02:00
parent 682927f3ad
commit 51a31a6f40

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