Skip to content

Commit

Permalink
python3Packages.nose-xunitmp: drop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Jul 29, 2024
1 parent 6830a7f commit b3930d4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
36 changes: 0 additions & 36 deletions pkgs/development/python-modules/nose-xunitmp/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ mapAliases ({
nose-timer = throw "nose-timer has been removed as it depends on the abandoned nose test framework"; # added 2024-07-27
nose-warnings-filters = throw "nose-warnings-filters has been removed as it has been unmaintained since 2016"; # added 2024-07-27
nose_warnings_filters = nose-warnings-filters; # added 2024-01-07
nose-xunitmp = throw "nose-xunitmp has been removed as it depends on the abandoned nose test framework"; # added 2024-07-29
notifymuch = throw "notifymuch has been promoted to a top-level attribute name: `pkgs.notifymuch`"; # added 2022-10-02
Nuitka = nuitka; # added 2023-02-19
ntlm-auth = throw "ntlm-auth has been removed, because it relies on the md4 implementation provided by openssl. Use pyspnego instead.";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9126,8 +9126,6 @@ self: super: with self; {

nose3 = callPackage ../development/python-modules/nose3 { };

nose-xunitmp = callPackage ../development/python-modules/nose-xunitmp { };

notebook = callPackage ../development/python-modules/notebook { };

notebook-shim = callPackage ../development/python-modules/notebook-shim { };
Expand Down

0 comments on commit b3930d4

Please sign in to comment.