about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorMoraxyc <i@qaq.li>2024-05-22 17:36:20 +0800
committerMoraxyc <i@qaq.li>2024-05-22 17:38:25 +0800
commit1c8cabbb5cbb3d370f254dbde58441279e1ee3f5 (patch)
treedd51f6f53416e7879d5042c32a8a6c00c7098ff7 /pkgs/top-level/python-aliases.nix
parenta2ab4d5ae9cbda096b021273eb9faefbf0065e5e (diff)
python3Packages.nose-randomly: remove
It was archived and unmaintained since 2019
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index caf1e8fbc970b..49eec3d93d70f 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -307,6 +307,7 @@ mapAliases ({
   nose-cov = throw "nose-cov has been removed, it was archived and unmaintained since 2012"; # added 2024-05-21
   nose-cover3 = throw "nose-cover3 has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-02-16
   nose-cprof = throw "nose-cprof has been removed since it has not been maintained for 7 years and there are no dependent packages"; # added 2024-05-21
+  nose-randomly = throw "nose-randomly has been removed, it was archived and unmaintained since 2019"; # added 2024-05-22
   nose_progressive = throw "nose_progressive has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; #added 2023-02-21
   nose_warnings_filters = nose-warnings-filters; # added 2024-01-07
   notifymuch = throw "notifymuch has been promoted to a top-level attribute name: `pkgs.notifymuch`"; # added 2022-10-02