python3Packages.unittest-data-provider: drop (#522862)

This commit is contained in:
Yohann Boniface
2026-05-22 22:06:49 +00:00
committed by GitHub
3 changed files with 1 additions and 25 deletions
@@ -1,23 +0,0 @@
{
buildPythonPackage,
lib,
fetchPypi,
}:
buildPythonPackage rec {
version = "1.0.1";
format = "setuptools";
pname = "unittest-data-provider";
src = fetchPypi {
inherit pname version;
sha256 = "1gn2ka4vqpayx4cpbp8712agqjh3wdpk9smdxnp709ccc2v7zg46";
};
meta = {
description = "PHPUnit-like @dataprovider decorator for unittest";
homepage = "https://github.com/yourlabs/unittest-data-provider";
license = lib.licenses.mit;
maintainers = [ ];
};
}
+1
View File
@@ -616,6 +616,7 @@ mapAliases {
ufoLib2 = throw "'ufoLib2' has been renamed to/replaced by 'ufolib2'"; # Converted to throw 2025-10-29
unicode-slugify = throw "'unicode-slugify' has been removed becaues it was broken and unmaintained. Consider using 'python-slugify' instead."; # added 2025-10-05
unifi = throw "'unifi' has been removed as upstream was archived in 2017"; # Added 2025-08-25
unittest-data-provider = throw "'unittest-data-provider' has been removed as it was unused, unmaintained, and upstream suggests 'pytest parameterize' instead."; # Added 2026-05-22
update_checker = throw "'update_checker' has been renamed to/replaced by 'update-checker'"; # Converted to throw 2025-10-29
vcver = throw "vcver has been removed, since it was an unused leaf package"; # added 2025-08-25
vega_datasets = throw "'vega_datasets' has been renamed to/replaced by 'vega-datasets'"; # Converted to throw 2025-10-29
-2
View File
@@ -20826,8 +20826,6 @@ self: super: with self; {
inherit (pkgs) units-llnl;
};
unittest-data-provider = callPackage ../development/python-modules/unittest-data-provider { };
unittest-xml-reporting = callPackage ../development/python-modules/unittest-xml-reporting { };
univers = callPackage ../development/python-modules/univers { };