Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3Packages.nose-xunitmp: drop #330869

Merged
merged 2 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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