guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 6aa2366f0b87ffd21647946f42fdc86979c319b3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Dec 27 13:50:20 2025 +0000

    gnu: Remove python-nose-timer.
    
    * gnu/packages/check.scm (python-nose-timer): Delete variable.
    
    Closes: guix/guix#4490
    Change-Id: Ib7ff7108bab2251217bb52a1132761cc1981bc6d
---
 gnu/packages/check.scm | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index d0653d0f93..ea6781d26c 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3198,24 +3198,6 @@ tests written in a natural language style, backed up by 
Python code.")
 JSON APIs with Behave.")
     (license license:expat)))
 
-(define-public python-nose-timer
-  (package
-    (name "python-nose-timer")
-    (version "0.7.5")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "nose-timer" version))
-        (sha256
-          (base32 "05wzkc88vbzw62pqkvhl33211b90kns0lny70b7qw62rcg4flzk4"))))
-    (build-system python-build-system)
-    (propagated-inputs
-     (list python-nose python-termcolor))
-    (home-page "https://github.com/mahmoudimus/nose-timer";)
-    (synopsis "Timer plugin for nosetests")
-    (description "Shows how much time was needed to run individual tests.")
-    (license license:expat)))
-
 (define-public python-freezegun
   (package
     (name "python-freezegun")

Reply via email to