python312Packages.nose: disable

Heavy reliance on the imp module, paired with being unmaintained.
This commit is contained in:
Martin Weinelt
2023-12-20 20:46:19 +01:00
parent fca9141148
commit 631df95dd5
@@ -4,8 +4,8 @@
, isPy3k
, isPyPy
, python
,pythonAtLeast
, coverage
, buildPackages
}:
buildPythonPackage rec {
@@ -13,6 +13,9 @@ buildPythonPackage rec {
format = "setuptools";
pname = "nose";
# unmaintained, relies on the imp module
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;
sha256 = "f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98";