Skip to content

Commit

Permalink
Merge pull request #330869 from Sigmanificient/nose-xunitmp
Browse files Browse the repository at this point in the history
python3Packages.nose-xunitmp: drop
  • Loading branch information
GaetanLepage committed Jul 29, 2024
2 parents 44fdef8 + fbda8ed commit 5e79f49
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 42 deletions.
4 changes: 0 additions & 4 deletions pkgs/development/python-modules/dm-control/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
h5py,
lxml,
mock,
nose,
nose-xunitmp,
numpy,
pillow,
protobuf,
Expand Down Expand Up @@ -64,8 +62,6 @@ buildPythonPackage rec {
lxml
mock
mujoco
nose
nose-xunitmp
numpy
pillow
protobuf
Expand Down
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 @@ -9134,8 +9134,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 5e79f49

Please sign in to comment.