python3Packages.python-subunit: rename from subunit

The project name (e.g. on PyPI) is python-subunit.
This commit is contained in:
Robert Schütz
2026-06-21 14:49:08 -07:00
parent 47bfa50bc3
commit e2ab375760
9 changed files with 18 additions and 17 deletions
@@ -10,7 +10,7 @@
python-glanceclient,
setuptools,
stestr,
subunit,
python-subunit,
testscenarios,
testtools,
}:
@@ -40,7 +40,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
fixtures
jsonschema
subunit
python-subunit
oslotest
stestr
testscenarios
@@ -5,7 +5,7 @@
fixtures,
pbr,
six,
subunit,
python-subunit,
callPackage,
}:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
fixtures
six
subunit
python-subunit
];
# check in passthru.tests.pytest to escape infinite recursion with other oslo components
@@ -7,7 +7,7 @@
doc8,
docutils,
pygments,
subunit,
python-subunit,
oslotest,
stestr,
testscenarios,
@@ -29,7 +29,7 @@ buildPythonPackage {
doc8
docutils
pygments
subunit
python-subunit
oslotest
stestr
testscenarios
@@ -18,8 +18,8 @@
}:
buildPythonPackage {
pname = "python-subunit";
inherit (subunit)
pname
version
src
meta
@@ -5,7 +5,7 @@
cliff,
fixtures,
flit-core,
subunit,
python-subunit,
testtools,
tomlkit,
voluptuous,
@@ -29,7 +29,7 @@ buildPythonPackage rec {
dependencies = [
cliff
fixtures
subunit
python-subunit
testtools
tomlkit
voluptuous
@@ -24,7 +24,7 @@
setuptools,
stestr,
stevedore,
subunit,
python-subunit,
testscenarios,
testtools,
urllib3,
@@ -67,7 +67,7 @@ buildPythonPackage rec {
pyyaml
stestr
stevedore
subunit
python-subunit
testscenarios
testtools
urllib3
@@ -5,7 +5,7 @@
testtools,
testresources,
pbr,
subunit,
python-subunit,
fixtures,
python,
}:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
buildInputs = [ pbr ];
propagatedBuildInputs = [
fixtures
subunit
python-subunit
testtools
];
+1
View File
@@ -600,6 +600,7 @@ mapAliases {
sqlalchemy_migrate = throw "'sqlalchemy_migrate' has been renamed to/replaced by 'sqlalchemy-migrate'"; # Converted to throw 2025-10-29
steamship = throw "'steamship' has been removed because it is broken and unmaintained upstream"; # Added 2026-05-06
subunit2sql = throw "subunit2sql has been removed because it has been marked as broken since at least November 2024."; # Added 2025-10-04
subunit = python-subunit; # added 2026-06-21
supafunc = throw "'supafunc' has been replaced by 'supabase-functions'"; # Added 2026-03-08
supervise_api = throw "'supervise_api' has been renamed to/replaced by 'supervise-api'"; # Converted to throw 2025-10-29
swh-perfecthash = throw "'swh-perfecthash' has been renamed to/replaced by 'swh-shard'"; # added 2025-11-13
+4 -4
View File
@@ -16343,6 +16343,10 @@ self: super: with self; {
python-string-utils = callPackage ../development/python-modules/python-string-utils { };
python-subunit = callPackage ../development/python-modules/python-subunit {
inherit (pkgs) subunit cppunit check;
};
python-swiftclient = callPackage ../development/python-modules/python-swiftclient { };
python-tado = callPackage ../development/python-modules/python-tado { };
@@ -19204,10 +19208,6 @@ self: super: with self; {
subprocess4 = callPackage ../development/python-modules/subprocess4 { };
subunit = callPackage ../development/python-modules/subunit {
inherit (pkgs) subunit cppunit check;
};
subzerod = callPackage ../development/python-modules/subzerod { };
succulent = callPackage ../development/python-modules/succulent { };