Merge pull request #316126 from wegank/treelog-fix

python312Packages.{stringly,treelog}: drop checkPhase
This commit is contained in:
Nick Cao
2024-05-31 15:00:04 -04:00
committed by GitHub
2 changed files with 0 additions and 10 deletions
@@ -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";
@@ -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 = "Logging framework that organizes messages in a tree structure";
homepage = "https://github.com/evalf/treelog";