mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
python312Packages.treelog: drop checkPhase
(cherry picked from commit 682927f3ad
)
This commit is contained in:
parent
63dacb46bf
commit
41c85a1c2b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user