Skip to content

Commit

Permalink
Merge pull request #316229 from NixOS/backport-316126-to-release-24.05
Browse files Browse the repository at this point in the history
[Backport release-24.05] python312Packages.{stringly,treelog}: drop checkPhase
  • Loading branch information
risicle authored May 31, 2024
2 parents 697f65d + 6d32c2c commit f74732d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions pkgs/development/python-modules/stringly/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
lib,
python,
buildPythonPackage,
fetchPypi,
typing-extensions,
Expand All @@ -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";
Expand Down
5 changes: 0 additions & 5 deletions pkgs/development/python-modules/treelog/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
lib,
python,
buildPythonPackage,
fetchPypi,
typing-extensions,
Expand All @@ -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";
Expand Down

0 comments on commit f74732d

Please sign in to comment.