Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
}:

buildPythonPackage rec {
pname = "nose_warnings_filters";
pname = "nose-warnings-filters";
version = "0.1.5";
format = "setuptools";

src = fetchPypi {
inherit pname version;
pname = "nose_warnings_filters";
inherit version;
sha256 = "17dvfqfy2fm7a5cmiffw2dc3064kpx72fn5mlw01skm2rhn5nv25";
};

Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ mapAliases ({
ninja-python = ninja; # add 2022-08-03
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_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"; # 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: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8392,7 +8392,7 @@ self: super: with self; {

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

nose_warnings_filters = callPackage ../development/python-modules/nose_warnings_filters { };
nose-warnings-filters = callPackage ../development/python-modules/nose-warnings-filters { };

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

Expand Down